body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#292b2d;color:#e4e4e4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.App,.home-page,body{min-height:100vh}.home-page{align-items:center;display:flex;justify-content:center;padding:20px}.hero{max-width:600px;text-align:center}.title{color:#fff;font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px #0000004d}.subtitle{color:#f39c12;font-size:1.8rem;margin-bottom:20px}.description{color:#bbb;font-size:1.1rem;margin-bottom:40px}.search-form{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.input-group{display:flex;gap:10px}.username-input{background:#2a2c2e;border:2px solid #404244;border-radius:8px;color:#fff;flex:1 1;font-size:1.1rem;outline:none;padding:15px 20px;transition:border-color .3s}.username-input:focus{border-color:#f39c12}.platform-select{background:#2a2c2e;border:2px solid #404244;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:15px}.search-type-toggle{display:flex;gap:0;margin-bottom:15px;width:100%}.type-btn{background:#333537;border:2px solid #404244;color:#888;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:12px 20px;transition:all .2s}.type-btn:first-child{border-radius:8px 0 0 8px;border-right:1px solid #404244}.type-btn:last-child{border-left:1px solid #404244;border-radius:0 8px 8px 0}.type-btn.active,.type-btn:hover:not(:disabled){border-color:#e74c3c;color:#fff}.type-btn.active{background:linear-gradient(135deg,#e74c3c,#c0392b)}.match-mode-toggle{display:flex;gap:0;margin-bottom:5px;width:100%}.mode-btn{background:#333537;border:2px solid #404244;color:#888;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:500;padding:10px 20px;transition:all .2s}.mode-btn:first-child{border-radius:8px 0 0 8px;border-right:1px solid #404244}.mode-btn:last-child{border-left:1px solid #404244;border-radius:0 8px 8px 0}.mode-btn.active,.mode-btn:hover:not(:disabled){border-color:#f39c12;color:#fff}.mode-btn.active{background:linear-gradient(135deg,#f39c12,#e67e22)}.mode-btn:disabled{cursor:not-allowed;opacity:.6}.analyze-btn{background:linear-gradient(135deg,#f39c12,#e74c3c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:15px 30px;transition:transform .2s,box-shadow .2s}.analyze-btn:hover:not(:disabled){box-shadow:0 5px 20px #f39c1266;transform:translateY(-2px)}.analyze-btn:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#e74c3c33;border:1px solid #e74c3c;color:#e74c3c}.error-message,.search-history{border-radius:8px;margin-bottom:20px;padding:15px}.search-history{background:#ffffff0d;text-align:left}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.history-header h3{color:#f39c12;font-size:.95rem;margin:0}.clear-history-btn{background:none;border:none;color:#888;cursor:pointer;font-size:.8rem;padding:4px 8px}.clear-history-btn:hover{color:#e74c3c}.history-list{display:flex;flex-direction:column;gap:8px}.history-item{align-items:center;background:#0003;border:1px solid #404244;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 15px;text-align:left;transition:all .2s;width:100%}.history-item:hover{background:#f39c121a;border-color:#f39c12}.history-item.verdict-blatant_cheater{border-left:3px solid #e74c3c}.history-item.verdict-likely_cheater{border-left:3px solid #e67e22}.history-item.verdict-suspicious{border-left:3px solid #f1c40f}.history-item.verdict-clean{border-left:3px solid #27ae60}.history-name{color:#fff;font-size:.95rem;font-weight:700}.history-meta{align-items:center;display:flex;gap:10px}.history-platform{color:#888;font-size:.8rem;text-transform:uppercase}.history-verdict{border-radius:4px;font-size:.85rem;font-weight:700;padding:2px 6px}.history-verdict.clean{background:#27ae6033;color:#27ae60}.history-verdict.suspicious{background:#f1c40f33;color:#f1c40f}.history-verdict.likely_cheater{background:#e67e2233;color:#e67e22}.history-verdict.blatant_cheater{background:#e74c3c33;color:#e74c3c}.history-type{text-transform:uppercase}.history-time,.history-type{color:#666;font-size:.75rem}.how-it-works{background:#ffffff0d;border-radius:8px;padding:20px;text-align:left}.how-it-works h3{color:#f39c12;margin-bottom:10px}.how-it-works ol{padding-left:20px}.how-it-works li{color:#bbb;margin-bottom:8px}.loading-screen{align-items:center;display:flex;justify-content:center;min-height:100vh}.loading-content{text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #404244;border-radius:50%;border-top-color:#f39c12;height:60px;margin:0 auto 20px;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.loading-message{color:#f39c12;font-size:1.2rem;margin-bottom:10px}.loading-note{color:#888;font-size:.9rem}.match-progress{background:#f39c121a;border:1px solid #f39c1233;border-radius:12px;margin:20px 0;padding:20px}.match-counter{align-items:center;display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.counter-value{color:#f39c12;font-family:monospace;font-size:3rem;font-weight:700;line-height:1}.counter-label{color:#888;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.progress-bar-container{background:#ffffff1a;border-radius:4px;height:8px;margin-bottom:10px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#f39c12,#e67e22);border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:#888;font-size:.85rem}.rate-limit-warning{background:#f39c1226;border:1px solid #f39c124d;border-radius:8px;margin-left:auto;margin-right:auto;margin-top:20px;max-width:400px;padding:15px 20px}.rate-limit-warning .warning-icon{display:block;font-size:1.5rem;margin-bottom:8px}.rate-limit-warning p{color:#f39c12;font-size:.85rem;line-height:1.5;margin:0}.results-page{margin:0 auto;max-width:900px;padding:20px}.results-header{align-items:center;display:flex;gap:20px;margin-bottom:30px}.back-btn{background:#404244;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 20px;transition:background .2s}.back-btn:hover{background:#4a4c4e}.results-header h1{font-size:1.5rem}.summary-card{background:#0000;margin-bottom:15px;padding:10px 0}.summary-stats{display:flex;gap:20px;justify-content:flex-start}.stat{align-items:center;display:flex;gap:6px}.stat-value{color:#fff;font-size:1rem;font-weight:600}.stat.suspected .stat-value{color:#e74c3c}.stat.clean .stat-value{color:#2ecc71}.stat-label{color:#888;font-size:.8rem}.suspicious-player .player-name{font-size:1.2rem;font-weight:700}.matches-section{margin-bottom:30px}.matches-section h2{color:#f39c12;margin-bottom:20px}.clean-section h2,.suspicious-section h2{color:#fff;font-size:1rem;font-weight:600;margin:0}.section-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.section-badges{display:flex;gap:8px}.section-badge{background:#3f3c3c;border:1px solid #ffffff26;border-radius:4px;color:#ffffffe6;font-size:.7rem;font-weight:500;padding:3px 8px}.section-badge.badge-suspected{border-color:#e74c3c4d;color:#e74c3c}.section-badge.badge-clean{border-color:#2ecc714d;color:#2ecc71}.section-divider{background:#ffffff1a;height:1px;margin:30px 0}.match-card{background:#292b2d;border:1px solid #404244;border-radius:10px;box-shadow:0 2px 8px #0003;margin-bottom:15px;overflow:hidden}.match-header{background:#252729;color:#888;display:flex;font-size:.9rem;gap:15px;padding:12px 15px}.match-number{color:#f39c12;font-weight:700}.match-content{padding:15px}.player-performance{border-bottom:1px solid #404244;display:flex;gap:20px;margin-bottom:15px;padding-bottom:15px}.placement{color:#f39c12;font-size:1.5rem;font-weight:700}.damage,.kills{color:#bbb}.death-info{align-items:center;display:flex;gap:10px;margin-bottom:15px}.death-icon{font-size:1.5rem}.death-text{font-size:1.1rem}.killer-info{background:#e74c3c1a;border:1px solid #e74c3c4d;border-radius:8px;cursor:pointer;padding:15px;transition:background .2s}.killer-info:hover{background:#e74c3c33}.killer-header{align-items:center;display:flex;gap:10px;margin-bottom:10px}.killer-name{font-size:1.1rem;font-weight:700}.killer-stats{color:#bbb;display:flex;flex-wrap:wrap;font-size:.9rem;gap:15px;margin-bottom:10px}.killer-stats .matches-count{color:#888}.killer-stats .matches-count.low-sample{color:#f39c12;font-weight:700}.killer-stats .low-sample-warning{cursor:help;margin-left:4px}.kill-details{color:#888;display:flex;font-size:.85rem;gap:15px;margin-bottom:10px}.headshot{color:#e74c3c;font-weight:700}.view-profile{color:#f39c12;font-size:.85rem}.teammates{align-items:center;border-top:1px solid #404244;display:flex;flex-wrap:wrap;gap:10px;margin-top:15px;padding-top:15px}.teammates-label{color:#888}.match-card-v2{background:#292b2d;border:.5px solid #f2aa0066;border-radius:12px;box-shadow:0 2px 8px #0003;margin-bottom:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}.match-card-v2:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.match-topbar{background:#0000004d;border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:10px 16px}.match-map-info,.match-topbar{align-items:center;display:flex}.match-map-info{gap:10px}.map-icon{font-size:1.3rem}.map-name{color:#fff;font-size:1rem;font-weight:600}.mode-badge{background:#f39c1233;border-radius:4px;color:#f39c12;font-size:.65rem;font-weight:600;letter-spacing:.5px;line-height:1;padding:3px 8px}.lobby-tier-wrapper{align-items:center;display:inline-flex;position:relative}.lobby-tier-badge{border-radius:4px;cursor:help;font-size:.65rem;font-weight:600;letter-spacing:.5px;line-height:1;padding:3px 8px}.lobby-tier-badge.tier-low{background:#27ae6033;color:#27ae60}.lobby-tier-badge.tier-medium{background:#f1c40f33;color:#f1c40f}.lobby-tier-badge.tier-high{background:#e67e2233;color:#e67e22}.lobby-tier-badge.tier-very-high{background:#e74c3c33;color:#e74c3c}.lobby-tooltip{background:#333537;border:1px solid #ffffff26;border-radius:8px;box-shadow:0 4px 20px #0006;left:50%;margin-top:8px;min-width:180px;opacity:0;padding:12px;position:absolute;top:100%;transform:translateX(-50%);transition:opacity .2s,visibility .2s;visibility:hidden;z-index:1000}.lobby-tier-wrapper:hover .lobby-tooltip{opacity:1;visibility:visible}.lobby-tooltip:before{border-bottom:6px solid #ffffff26;border-left:6px solid #0000;border-right:6px solid #0000;top:-6px}.lobby-tooltip:after,.lobby-tooltip:before{content:"";left:50%;position:absolute;transform:translateX(-50%)}.lobby-tooltip:after{border-bottom:5px solid #333537;border-left:5px solid #0000;border-right:5px solid #0000;top:-5px}.lobby-tooltip-header{border-bottom:1px solid #ffffff1a;color:#f39c12;font-size:.8rem;font-weight:700;margin-bottom:10px;padding-bottom:8px;text-align:center}.lobby-tooltip-stats{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.lobby-stat-row{align-items:center;display:flex;justify-content:space-between}.lobby-stat-label{color:#888;font-size:.75rem}.lobby-stat-value{color:#fff;font-size:.8rem;font-weight:600}.lobby-tooltip-desc{border-top:1px solid #ffffff1a;color:#666;font-size:.7rem;font-style:italic;padding-top:8px;text-align:center}.match-topbar-right{align-items:center;display:flex;gap:15px}.topbar-performance{align-items:center;display:flex;gap:10px}.topbar-placement{background:#ffffff0d;border-radius:4px;color:#fff;font-size:.75rem;font-weight:700;padding:3px 6px}.topbar-placement.placement-win{background:#2ecc7133;color:#2ecc71}.topbar-placement.placement-top10{background:#f39c1233;color:#f39c12}.topbar-win{background:#2ecc7133;border-radius:3px;color:#2ecc71;font-size:.7rem;font-weight:700;padding:2px 6px}.topbar-stat{color:#fff;font-size:.75rem;font-weight:500}.match-time{color:#666;font-size:.65rem}.your-performance{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;gap:20px;padding:16px}.placement-box{align-items:baseline;background:#ffffff0d;border-radius:8px;display:flex;justify-content:center;min-width:70px;padding:8px 14px}.placement-box.placement-win{background:linear-gradient(135deg,#f39c12,#e67e22);color:#000}.placement-box.placement-top10{background:#2ecc7133;border:1px solid #2ecc714d}.placement-hash{color:#888;font-size:1rem;margin-right:2px}.placement-box.placement-win .placement-hash{color:#00000080}.placement-num{color:#fff;font-size:1.8rem;font-weight:700}.placement-box.placement-win .placement-num{color:#000}.performance-stats{display:flex;gap:24px}.perf-stat{align-items:center;display:flex;flex-direction:column}.perf-value{color:#fff;font-size:1.4rem;font-weight:600}.perf-label{color:#888;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.win-badge{animation:pulse-glow 2s infinite;background:linear-gradient(135deg,#f39c12,#e67e22);border-radius:6px;color:#000;font-size:.9rem;font-weight:700;letter-spacing:1px;margin-left:auto;padding:8px 16px}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #f39c1266}50%{box-shadow:0 0 20px #f39c12b3}}.death-section{padding:16px}.kill-event{margin-bottom:4px}.kill-event-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.skull-icon{font-size:1.3rem}.killed-by-text{color:#888;font-size:.9rem}.killer-name-inline{color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;transition:color .2s}.killer-name-inline:hover{color:#f39c12}.killer-match-info{align-items:center;display:flex;gap:12px;margin-left:12px}.killer-match-info .info-item{align-items:center;display:flex;gap:3px}.killer-match-info .info-number{color:#fff;font-size:.8rem;font-weight:600}.killer-match-info .info-label{color:#888;font-size:.8rem;font-weight:400;text-transform:lowercase}.kill-event-badge{align-items:center;display:flex;gap:8px;margin-left:auto}.killer-flags{display:flex;flex-wrap:wrap;gap:4px;margin:16px 0 4px}.flag-tag{letter-spacing:.3px}.flag-tag.flag-blatant{background:#e74c3c40;border:1px solid #e74c3c66;color:#e74c3c}.flag-tag.flag-suspicious{background:#f39c1233;border:1px solid #f39c124d;color:#f39c12}.flag-tag.flag-info{background:#3498db33;border:1px solid #3498db4d;color:#3498db}.flag-tooltip-wrapper{display:inline-block;position:relative}.flag-tooltip{animation:tooltipFadeIn .2s ease;background:#252729;border:1px solid #404244;border-radius:10px;box-shadow:0 10px 30px #00000080;min-width:240px;padding:14px;pointer-events:none;position:fixed;z-index:10000}.flag-tooltip:after{border:8px solid #0000;border-top-color:#404244;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}@keyframes tooltipFadeIn{0%{opacity:0}to{opacity:1}}.tooltip-header{margin-bottom:8px}.tooltip-label{color:#fff;font-size:.95rem;font-weight:700}.tooltip-description{color:#aaa;font-size:.8rem;line-height:1.4;margin:0 0 12px}.tt-comparison{background:#0000004d;border-radius:8px;padding:12px}.tt-row{align-items:center;display:flex;gap:10px;margin-bottom:8px}.tt-label{color:#888;font-size:.75rem;width:50px}.tt-bar-container{background:#ffffff1a;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.tt-bar{border-radius:4px;height:100%;transition:width .3s ease}.tt-avg-bar{background:#888}.tt-player-bar{background:#f39c12}.tt-value{color:#aaa;font-size:.85rem;font-weight:600;min-width:45px;text-align:right}.tt-highlight{color:#fff}.tt-diff{align-items:center;border-top:1px solid #ffffff1a;display:flex;gap:6px;justify-content:center;margin-top:10px;padding-top:10px}.tt-diff-value{font-size:1rem;font-weight:700}.tt-positive{color:#e74c3c}.tt-negative{color:#2ecc71}.tt-diff-label{color:#888;font-size:.75rem}.kill-method{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-left:32px}.kill-distance,.weapon-used{align-items:center;color:#aaa;display:flex;font-size:.9rem;gap:6px}.distance-icon,.weapon-icon{font-size:1rem}.headshot-badge{animation:headshot-flash 1.5s infinite;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:4px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:3px 10px}@keyframes headshot-flash{0%,to{opacity:1}50%{opacity:.7}}.finisher-info{color:#888;font-size:.85rem;margin-left:32px;margin-top:8px}.finisher-info span{color:#bbb}.killer-panel{cursor:pointer;padding:4px 0}.killer-panel:hover{background:#ffffff05}.killer-panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.panel-title{color:#888;font-size:.8rem;letter-spacing:1px;text-transform:uppercase}.killer-tags{align-items:center;display:flex;gap:6px}.low-sample-tag{background:#f39c1233;color:#f39c12;font-size:.7rem}.lobby-context-tag,.low-sample-tag{border-radius:4px;font-weight:600;padding:2px 8px}.lobby-context-tag{font-size:.65rem}.lobby-context-tag.tier-low{background:#4caf5033;color:#4caf50}.lobby-context-tag.tier-medium{background:#ffc10733;color:#ffc107}.lobby-context-tag.tier-high{background:#ff980033;color:#ff9800}.lobby-context-tag.tier-very-high{background:#f4433633;color:#f44336}.player-tier-tag{border:1px solid;border-radius:4px;font-size:.65rem;font-weight:600;padding:2px 8px}.player-tier-tag.tier-low{background:#4caf5026;border-color:#4caf5066;color:#4caf50}.player-tier-tag.tier-medium{background:#ffc10726;border-color:#ffc10766;color:#ffc107}.player-tier-tag.tier-high{background:#ff980026;border-color:#ff980066;color:#ff9800}.player-tier-tag.tier-very-high{background:#f4433626;border-color:#f4433666;color:#f44336}.killer-stats-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(6,1fr);margin-bottom:12px}@media (max-width:768px){.killer-stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-item{align-items:center;background:#0003;border-radius:6px;display:flex;flex-direction:column;padding:8px}.stat-item .stat-value{color:#fff;font-size:1.1rem}.stat-item .stat-label{font-size:.65rem;letter-spacing:.5px;margin-top:2px;text-transform:uppercase}.stats-unavailable{color:#666;font-style:italic;padding:16px;text-align:center}.view-analysis-btn{background:#f39c1226;border:1px solid #f39c124d;border-radius:4px;color:#f39c12;cursor:pointer;font-size:.75rem;margin-left:auto;padding:6px 12px;transition:all .2s ease}.view-analysis-btn:hover{background:#f39c1240;border-color:#f39c1280}.other-death{align-items:center;background:#ffffff08;border-radius:8px;display:flex;gap:12px;padding:12px 16px}.other-death .death-icon{font-size:1.5rem}.death-cause{color:#888;font-size:1rem}.teammates-bar{align-items:center;background:#0003;border-top:1px solid #ffffff0d;display:flex;gap:10px;padding:12px 16px}.teammates-icon{font-size:1.1rem}.teammates-bar .teammates-label{color:#888;font-size:.85rem}.teammates-list{display:flex;flex-wrap:wrap;gap:8px}.teammate-chip{align-items:center;background:#3f3c3c;border:1px solid #ffffff26;border-radius:3px;color:#ffffffe6;cursor:pointer;display:inline-flex;font-size:.65rem;font-weight:500;gap:5px;padding:2px 6px;transition:all .2s ease}.teammate-chip:hover{background:#252525;border-color:#ffffff40}.teammate-name{color:#fffffff2;font-size:.7rem}.teammate-stats{align-items:center;color:#fff9;display:inline-flex;font-size:.55rem;font-weight:500;gap:4px}.teammate-stats .stat-sep{color:#555}.lobby-info-bar{align-items:center;background:#0003;border-top:1px solid #ffffff0d;display:flex;gap:10px;padding:10px 16px}.lobby-icon{font-size:1rem}.lobby-label{color:#888;font-size:.85rem}.lobby-tier{border-radius:12px;font-size:.75rem;font-weight:700;padding:3px 10px}.lobby-tier.tier-low{background:#4caf5033;color:#4caf50}.lobby-tier.tier-medium{background:#ffc10733;color:#ffc107}.lobby-tier.tier-high{background:#ff980033;color:#ff9800}.lobby-tier.tier-very-high{background:#f4433633;color:#f44336}.lobby-tier.tier-unknown{background:#9e9e9e33;color:#9e9e9e}.lobby-stat{color:#888;font-size:.8rem;margin-left:auto}.teammates-section{background:#0003;border-top:1px solid #ffffff0d;padding:12px 16px}.teammates-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.teammates-header .teammates-icon{font-size:1.1rem}.teammates-header .teammates-label{color:#888;font-size:.85rem}.teammates-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:10px}.teammate-card{background:#ffffff0d;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:8px 12px}.teammate-stats{display:flex;gap:10px}.teammate-stat{color:#888;font-size:.75rem}.team-comparison{border-top:1px solid #ffffff0d;display:flex;flex-direction:column;gap:6px;padding-top:10px}.comparison-item{align-items:center;display:flex;gap:10px}.comparison-label{color:#888;font-size:.8rem;min-width:100px}.comparison-value{border-radius:4px;font-size:.8rem;font-weight:500;padding:2px 8px}.comparison-value.above-avg{background:#4caf5026;color:#4caf50}.comparison-value.below-avg{background:#9e9e9e26;color:#9e9e9e}.badge{align-items:center;border:1px solid;border-radius:4px;display:inline-flex;font-size:.75rem;font-weight:600;gap:5px;padding:4px 10px}.badge.clean{background:#2ecc7126;border-color:#2ecc714d;color:#2ecc71}.badge.suspicious{background:#f1c40f26;border-color:#f1c40f4d;color:#f1c40f}.badge.likely{background:#e67e2226;border-color:#e67e224d;color:#e67e22}.badge.blatant{animation:ml-pulse 2s infinite;background:#e74c3c26;border-color:#e74c3c4d;color:#e74c3c}.badge.unknown{background:#95a5a626;border-color:#95a5a64d;color:#95a5a6}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#252729;border:1px solid #404244;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.modal-close{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem;position:absolute;right:15px;top:15px}.modal-close:hover{color:#fff}.modal-header{align-items:center;border-bottom:1px solid #404244;display:flex;justify-content:space-between;padding:25px}.modal-header h2{font-size:1.5rem}.low-sample-warning-box{align-items:flex-start;background:#f39c1226;border:1px solid #f39c12;border-radius:8px;display:flex;gap:12px;margin:20px 25px;padding:15px}.low-sample-warning-box .warning-icon{font-size:1.5rem;line-height:1}.low-sample-warning-box .warning-content{flex:1 1}.low-sample-warning-box .warning-content strong{color:#f39c12;display:block;font-size:1rem;margin-bottom:5px}.low-sample-warning-box .warning-content p{color:#ccc;font-size:.9rem;line-height:1.4;margin:0}.flags-section{border-bottom:1px solid #404244;padding:20px 25px}.flags-section h3{color:#e74c3c;margin-bottom:10px}.flags-list{display:flex;flex-wrap:wrap;gap:8px}.flag-tag{background:#e74c3c33;border-radius:3px;color:#e74c3c;font-size:.65rem;font-weight:500;padding:2px 6px;text-transform:uppercase}.stats-section{border-bottom:1px solid #404244;padding:20px 25px}.stats-section h3{color:#f39c12;margin-bottom:15px}.stats-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.stat-item{text-align:center}.stat-item .stat-label{color:#888;display:block;font-size:.8rem;margin-bottom:5px}.stat-item .stat-value{font-size:1.3rem;font-weight:700}.comparison-section{padding:20px 25px}.comparison-section h3{color:#f39c12;margin-bottom:20px}.comparison-row{background:#ffffff08;border-radius:8px;margin-bottom:20px;padding:15px}.comparison-row.stat-extreme{background:#e74c3c26;border-left:3px solid #e74c3c}.comparison-row.stat-high{background:#e67e2226;border-left:3px solid #e67e22}.comparison-row.stat-moderate{background:#f1c40f1a;border-left:3px solid #f1c40f}.comparison-header{display:flex;justify-content:space-between;margin-bottom:10px}.comparison-label{font-weight:700}.stat-extreme .comparison-diff{color:#e74c3c}.stat-high .comparison-diff{color:#e67e22}.stat-moderate .comparison-diff{color:#f1c40f}.stat-normal .comparison-diff{color:#2ecc71}.comparison-bars{display:flex;flex-direction:column;gap:8px}.bar-container{background:#2a2c2e;border-radius:4px;height:24px;overflow:hidden;position:relative}.bar{border-radius:4px;height:100%;transition:width .5s ease}.player-bar{background:linear-gradient(90deg,#f39c12,#e74c3c)}.average-bar{background:#3498db}.bar-label{color:#fff;font-size:.8rem;left:10px;position:absolute;text-shadow:1px 1px 2px #00000080;top:50%;transform:translateY(-50%)}.no-stats{color:#888;padding:40px 25px;text-align:center}.modal-footer{border-top:1px solid #404244;padding:20px 25px;text-align:center}.external-link{color:#3498db;text-decoration:none}.external-link:hover{text-decoration:underline}@media (max-width:600px){.title{font-size:1.8rem}.subtitle{font-size:1.3rem}.input-group,.summary-stats{flex-direction:column}.summary-stats{gap:15px}.match-header{flex-wrap:wrap}.stats-grid{grid-template-columns:repeat(2,1fr)}}.data-source-indicator{border-radius:6px;font-size:.9rem;margin-bottom:20px;padding:10px 15px;text-align:center}.data-source-indicator.building{background:#f1c40f26;border:1px solid #f1c40f;color:#f1c40f}.data-source-indicator.reliable{background:#27ae6026;border:1px solid #27ae60;color:#27ae60}.player-profile-card{background:#292b2d;border:1px solid #1a1a1a;border-radius:12px;box-shadow:0 4px 12px #0000004d;margin-bottom:25px;padding:25px}.profile-header{align-items:center;border-bottom:1px solid #404244;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.profile-player-name{color:#fff;font-size:1.4rem;font-weight:700;margin:0}.profile-quick-stats{align-items:center;display:flex;gap:8px}.quick-stat{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;color:#aaa;font-size:.75rem;padding:4px 10px}.profile-stats-summary{background:#0003;border-radius:8px;display:flex;justify-content:space-around;margin-bottom:25px;padding:15px}.stat-box{text-align:center}.stat-big{color:#3498db;display:block;font-size:2rem;font-weight:700}.stat-box .stat-label{color:#aaa;font-size:.85rem;text-transform:uppercase}.profile-comparison h3{color:#f39c12;font-size:1.1rem;margin-bottom:15px}.profile-gauges{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);padding:10px 0}.profile-gauges .stat-gauge{background:#0003;border-radius:10px;padding:15px}.profile-gauges .gauge-label{font-size:.9rem}.profile-gauges .gauge-avg{font-size:.8rem}.profile-gauges .tier-marker-label{font-size:.5rem}@media (max-width:600px){.profile-gauges{grid-template-columns:1fr}}.comparison-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.comparison-item{background:#0003;border-left:3px solid #666;border-radius:8px;padding:12px}.comparison-item.stat-much-higher{background:#27ae601a;border-left-color:#27ae60}.comparison-item.stat-higher{border-left-color:#2ecc71}.comparison-item.stat-lower{background:#e74c3c1a;border-left-color:#e74c3c}.comparison-stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.comparison-stat-label{color:#ddd;font-size:.9rem;font-weight:700}.comparison-diff{border-radius:4px;font-size:.85rem;font-weight:700;padding:2px 6px}.comparison-diff.positive{background:#27ae6033;color:#27ae60}.comparison-diff.negative{background:#e74c3c33;color:#e74c3c}.comparison-values{align-items:center;display:flex;justify-content:space-between}.avg-value,.your-value{text-align:center}.value-number{color:#fff;display:block;font-size:1.1rem;font-weight:700}.your-value .value-number{color:#3498db}.avg-value .value-number{color:#888}.value-label{color:#666;font-size:.7rem;text-transform:uppercase}.vs-divider{color:#555;font-size:.8rem}.lobby-analysis{border-top:1px solid #404244;margin-top:25px;padding-top:20px}.lobby-analysis h3{color:#fff;font-size:1.1rem;margin-bottom:0}.lobby-title-wrapper{align-items:center;display:flex;gap:8px;margin-bottom:15px;position:relative}.lobby-info-icon{align-items:center;background:#ffffff26;border-radius:50%;color:#fff;cursor:help;display:flex;font-size:.7rem;font-weight:700;height:18px;justify-content:center;width:18px}.lobby-info-tooltip{background:#252729;border:1px solid #404244;border-radius:10px;box-shadow:0 10px 30px #00000080;color:#ccc;display:none;font-size:.8rem;left:0;margin-top:8px;padding:14px;position:absolute;top:100%;width:320px;z-index:10000}.lobby-title-wrapper:hover .lobby-info-tooltip{display:block}.lobby-info-tooltip p{margin:0 0 10px}.lobby-info-tooltip p:last-child{color:#888;font-size:.75rem;margin-bottom:0}.lobby-info-tooltip ul{list-style:none;margin:0 0 10px;padding:0}.lobby-info-tooltip li{align-items:center;display:flex;gap:8px;padding:4px 0}.lobby-info-tooltip .tier-dot{border-radius:3px;height:10px;width:10px}.lobby-info-tooltip .tier-dot.tier-low{background:#22c55e}.lobby-info-tooltip .tier-dot.tier-medium{background:#eab308}.lobby-info-tooltip .tier-dot.tier-high{background:#f97316}.lobby-info-tooltip .tier-dot.tier-very-high{background:#ef4444}.lobby-tier-bars{gap:10px}.lobby-tier-bars,.lobby-tier-row{display:flex;flex-direction:column}.lobby-tier-row{gap:4px}.lobby-tier-label{align-items:center;display:flex;justify-content:space-between}.lobby-tier-label .tier-name{background:none;font-size:.75rem;font-weight:600;padding:0}.lobby-tier-label .tier-name-group{align-items:center;display:flex;gap:10px}.lobby-tier-label .tier-avg-dmg{color:#fff;font-size:.7rem;font-weight:500}.lobby-tier-label .tier-count{color:#888;font-size:.75rem}.lobby-tier-track{background:#ffffff1a;border-radius:4px;height:8px;overflow:hidden}.lobby-tier-fill{border-radius:4px;height:100%;transition:width .3s ease}.lobby-tier-fill.tier-low{background:#22c55e}.lobby-tier-fill.tier-medium{background:#eab308}.lobby-tier-fill.tier-high{background:#f97316}.lobby-tier-fill.tier-very-high{background:#ef4444}.lobby-tier-row.tier-low .tier-name{color:#22c55e}.lobby-tier-row.tier-medium .tier-name{color:#eab308}.lobby-tier-row.tier-high .tier-name{color:#f97316}.lobby-tier-row.tier-very-high .tier-name{color:#ef4444}.tier-reference{background:#0003;border-radius:8px;margin-bottom:20px;padding:12px}.reference-label{align-items:center;color:#888;display:flex;font-size:.8rem;gap:10px;margin-bottom:10px}.collected-badge{background:#2ecc7133;border-radius:4px;color:#2ecc71;font-size:.65rem;font-weight:600;padding:2px 8px}.tier-samples{color:#666;font-size:.65rem;font-style:italic}.tier-estimate{opacity:.7}.tier-note{background:#ffffff08;border-radius:6px;color:#666;font-size:.7rem;font-style:italic;margin-top:12px;padding:8px 12px}.tier-thresholds-table{display:flex;flex-direction:column;gap:2px}.tier-table-header{background:#ffffff0d;border-radius:6px 6px 0 0;color:#888;display:flex;font-size:.7rem;font-weight:600;padding:8px 12px;text-transform:uppercase}.tier-table-row{background:#ffffff08;border-bottom:1px solid #ffffff0d;display:flex;padding:8px 12px}.tier-table-row:last-child{border-bottom:none;border-radius:0 0 6px 6px}.tier-table-row.collected{background:#2ecc710d}.tier-table-row.estimated{opacity:.8}.tier-col{color:#bbb;flex:1 1;font-size:.8rem;text-align:center}.tier-col-name{flex:1.2 1;text-align:left}.tier-col-samples{color:#666;flex:0.8 1;font-size:.7rem;text-align:right}.tier-value{font-weight:500}.ml-status-indicator{background:#1e1e32f2;border:1px solid #404244;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s ease}.ml-status-indicator:hover{background:#28283cf2;border-color:#4a4c4e}.ml-status-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.ml-status-title{align-items:center;display:flex;gap:8px}.ml-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;font-size:.7rem;font-weight:700;padding:3px 6px}.ml-label{color:#ccc;font-size:.9rem}.ml-status-badge{border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;text-transform:uppercase}.ml-progress-section{margin-bottom:8px}.ml-progress-bar{background:#3a3c3e;border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.ml-progress-fill{border-radius:3px;height:100%;transition:width .5s ease}.ml-progress-text{align-items:baseline;display:flex;font-size:.85rem;gap:4px}.ml-count{color:#fff;font-weight:600}.ml-separator{color:#666}.ml-target{color:#888}.ml-unit{color:#666;font-size:.75rem;margin-left:4px}.ml-status-details{border-top:1px solid #404244;margin-top:12px;padding-top:12px}.ml-detail-row{display:flex;font-size:.8rem;justify-content:space-between;padding:4px 0}.ml-detail-label{color:#888}.ml-detail-value{color:#ccc;font-weight:500}.ml-detail-value.ready{color:#22c55e}.ml-detail-value.not-ready{color:#f59e0b}.ml-targets{background:#0003;border-radius:8px;margin-top:12px;padding:8px}.ml-targets-title{color:#888;font-size:.75rem;margin-bottom:6px}.ml-target-item{color:#666;display:flex;font-size:.75rem;justify-content:space-between;padding:3px 0}.ml-target-item.achieved{color:#22c55e}.ml-target-item.achieved .ml-target-level:before{content:"";margin-right:4px}.ml-target-level{text-transform:capitalize}.ml-target-count{font-weight:500}.ml-status-hint{color:#888;font-size:.75rem;font-style:italic;margin-top:8px}.ml-status-compact{align-items:center;background:#1e1e32cc;border:1px solid #404244;border-radius:20px;cursor:pointer;display:flex;gap:6px;padding:6px 12px;transition:all .2s ease}.ml-status-compact:hover{background:#28283ce6;border-color:#4a4c4e}.ml-status-dot{border-radius:50%;height:8px;width:8px}.ml-status-count{color:#fff;font-size:.85rem;font-weight:600}.ml-status-compact .ml-status-label{color:#888;font-size:.75rem}.ml-status-section{margin-left:auto;margin-right:auto;margin-top:30px;max-width:350px}.ml-train-section{border-top:1px solid #404244;margin-top:12px;padding-top:12px}.ml-train-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:10px 16px;transition:all .2s ease;width:100%}.ml-train-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.ml-train-btn:disabled{cursor:not-allowed;opacity:.6}.ml-train-btn.training{animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.ml-train-result{border-radius:6px;font-size:.8rem;margin-top:8px;padding:8px 12px;text-align:center}.ml-train-result.success{background:#22c55e33;border:1px solid #22c55e4d;color:#22c55e}.ml-train-result.error{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.ml-retrain-suggestion{align-items:center;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:6px;color:#f59e0b;display:flex;font-size:.8rem;gap:8px;margin-top:8px;padding:8px 12px}.retrain-icon{font-size:1rem;font-weight:700}.retrain-message{flex:1 1}.ml-admin-section{border-top:1px solid #404244;margin-top:12px;padding-top:12px}.ml-admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.admin-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;padding:3px 8px}.admin-logout-btn{background:#0000;border:1px solid #666;border-radius:4px;color:#888;cursor:pointer;font-size:.75rem;padding:4px 10px;transition:all .2s}.admin-logout-btn:hover{border-color:#ef4444;color:#ef4444}.ml-train-btn.suggested{background:linear-gradient(135deg,#f59e0b,#d97706)}.ml-admin-login-section{border-top:1px solid #404244;margin-top:12px;padding-top:12px}.admin-login-trigger{background:#0000;border:1px dashed #4a4c4e;border-radius:6px;color:#666;cursor:pointer;font-size:.8rem;padding:8px;transition:all .2s;width:100%}.admin-login-trigger:hover{border-color:#667eea;color:#667eea}.admin-login-form{display:flex;flex-direction:column;gap:8px}.admin-login-form input{background:#333537;border:1px solid #404244;border-radius:6px;color:#fff;font-size:.85rem;padding:8px 12px}.admin-login-form input:focus{border-color:#667eea;outline:none}.login-error{color:#ef4444;font-size:.75rem;text-align:center}.login-buttons{display:flex;gap:8px}.login-submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:8px}.login-cancel-btn{background:#0000;border:1px solid #4a4c4e;border-radius:6px;color:#888;cursor:pointer;font-size:.85rem;padding:8px 12px}.login-cancel-btn:hover{border-color:#666;color:#aaa}.est-marker{color:#666;font-size:.65rem;margin-left:2px}.tier-thresholds{display:flex;flex-wrap:wrap;gap:10px}.tier-threshold{align-items:center;background:#ffffff0d;border-radius:6px;display:flex;gap:8px;padding:6px 12px}.tier-stats{display:flex;flex-direction:column;gap:2px}.tier-range{color:#aaa;font-size:.75rem}.tier-breakdown{margin-bottom:20px}.breakdown-label{color:#888;display:block;font-size:.85rem;margin-bottom:10px}.tier-bars{grid-gap:8px;display:grid;gap:8px}.tier-bar-item{display:flex;flex-direction:column;gap:4px}.tier-bar-label{align-items:center;display:flex;justify-content:space-between}.tier-name{border-radius:4px;font-size:.75rem;font-weight:700;padding:2px 8px}.tier-name.tier-low{background:#4caf5033;color:#4caf50}.tier-name.tier-medium{background:#ffc10733;color:#ffc107}.tier-name.tier-high{background:#ff980033;color:#ff9800}.tier-name.tier-very-high{background:#f4433633;color:#f44336}.tier-count{color:#888;font-size:.8rem}.tier-bar-track{background:#ffffff1a;border-radius:3px;height:6px;overflow:hidden}.tier-bar-fill{border-radius:3px;height:100%;transition:width .3s ease}.tier-bar-fill.tier-low{background:#4caf50}.tier-bar-fill.tier-medium{background:#ffc107}.tier-bar-fill.tier-high{background:#ff9800}.tier-bar-fill.tier-very-high{background:#f44336}.lobby-comparisons{background:#0003;border-radius:8px;padding:15px}.lobby-comparison-row{border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-around;margin-bottom:15px;padding-bottom:15px}.lobby-comp-item{text-align:center}.lobby-comp-label{color:#888;display:block;font-size:.8rem;margin-bottom:6px}.lobby-comp-values{display:flex;gap:12px}.lobby-comp-value{color:#ddd;font-size:.9rem;font-weight:500}.lobby-insight{display:flex;flex-direction:column;gap:8px}.insight-item{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.insight-label{color:#888;font-size:.85rem;min-width:140px}.insight-value{border-radius:4px;font-size:.85rem;font-weight:500;padding:3px 8px}.insight-value.above{background:#4caf5033;color:#4caf50}.insight-value.below{background:#9e9e9e33;color:#9e9e9e}@media (max-width:768px){.comparison-grid{grid-template-columns:repeat(2,1fr)}.profile-stats-summary{flex-wrap:wrap;gap:15px}.stat-box{flex:1 1 30%}}.lookup-result-page{margin:0 auto;max-width:800px;padding:20px}.lookup-result-card{background:linear-gradient(135deg,#2a2c2e,#252729);border:1px solid #404244;border-radius:12px;margin-bottom:20px;padding:30px}.result-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.player-name-large{color:#fff;font-size:2rem;margin:0}.verdict-message{border-radius:8px;font-size:1.1rem;margin-bottom:20px;padding:15px 20px}.verdict-message.verdict-blatant_cheater{background:#e74c3c33;border:1px solid #e74c3c;color:#e74c3c}.verdict-message.verdict-likely_cheater{background:#e67e2233;border:1px solid #e67e22;color:#e67e22}.verdict-message.verdict-suspicious{background:#f1c40f33;border:1px solid #f1c40f;color:#f1c40f}.verdict-message.verdict-clean{background:#27ae6033;border:1px solid #27ae60;color:#27ae60}.verdict-message.verdict-unknown{background:#95a5a633;border:1px solid #95a5a6;color:#95a5a6}.lookup-breakdown-card,.lookup-comparison-card,.lookup-stats-card{background:#2a2c2e;border:1px solid #404244;border-radius:12px;margin-bottom:20px;padding:25px}.lookup-breakdown-card h3,.lookup-comparison-card h3,.lookup-stats-card h3{color:#f39c12;font-size:1.2rem;margin-bottom:20px}.stats-overview{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(6,1fr)}.stat-box-large{background:#0003;border-radius:8px;padding:15px;text-align:center}.stat-box-large .stat-big{color:#fff;display:block;font-size:1.8rem;font-weight:700}.stat-box-large .stat-label{color:#888;font-size:.8rem;text-transform:uppercase}.breakdown-list{display:flex;flex-direction:column;gap:12px}.breakdown-item{background:#e74c3c1a;border-left:3px solid #e74c3c;border-radius:0 8px 8px 0;padding:12px 15px}.breakdown-stat{color:#fff;display:block;font-weight:700;margin-bottom:5px;text-transform:capitalize}.breakdown-detail{color:#bbb;display:block;font-size:.9rem}.breakdown-note{color:#f39c12;display:block;font-size:.85rem;font-style:italic;margin-top:5px}.no-stats-card{background:#2a2c2e;border:1px solid #404244;border-radius:12px;color:#888;padding:40px;text-align:center}.lookup-footer{padding:20px 0;text-align:center}.external-link-btn{background:#3498db;border-radius:8px;color:#fff;display:inline-block;font-weight:700;padding:12px 30px;text-decoration:none;transition:background .2s}.external-link-btn:hover{background:#2980b9}@media (max-width:768px){.stats-overview{grid-template-columns:repeat(3,1fr)}.result-header{flex-direction:column;text-align:center}.player-name-large{font-size:1.5rem}}.ml-tag{border:1px solid;border-radius:4px;font-size:.75rem;font-weight:600;padding:4px 10px}.ml-tag.ml-anomaly{animation:ml-pulse 2s infinite;background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#a78bfa66;color:#a78bfa}.ml-tag.ml-normal{background:#22c55e26;border-color:#22c55e4d;color:#22c55e}@keyframes ml-pulse{0%,to{opacity:1}50%{opacity:.7}}.ml-hover-tooltip{background:#252729;border:1px solid #a78bfa66;border-radius:10px;box-shadow:0 10px 30px #00000080;padding:12px;pointer-events:none;width:280px;z-index:99999}.ml-hover-tooltip:after{border:8px solid #0000;border-top-color:#a78bfa66;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.ml-tooltip-header{align-items:center;color:#a78bfa;display:flex;font-size:.8rem;font-weight:600;gap:8px;margin-bottom:8px}.ml-tooltip-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;font-size:.65rem;font-weight:700;padding:2px 6px}.ml-tooltip-score{background:#ef444433;border-radius:4px;color:#ef4444;font-size:.7rem;margin-left:auto;padding:2px 6px}.ml-tooltip-explanation{color:#ccc;font-size:.7rem;line-height:1.4;margin:0 0 10px}.ml-tooltip-features{display:flex;flex-direction:column;gap:4px}.ml-tooltip-feature{border-radius:4px;display:flex;font-size:.65rem;justify-content:space-between;padding:4px 8px}.ml-tooltip-feature.severity-elevated{background:#eab30826;color:#eab308}.ml-tooltip-feature.severity-high{background:#f9731626;color:#f97316}.ml-tooltip-feature.severity-extreme{background:#ef444426;color:#ef4444}.ml-tooltip-feature .feature-name{font-weight:500}.ml-tooltip-feature .feature-val{font-weight:600}.ml-prediction-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #a78bfa33;border-radius:8px;margin-top:15px;padding:12px}.ml-prediction-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.ml-prediction-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;color:#fff;font-size:.65rem;font-weight:700;padding:2px 6px}.ml-prediction-title{color:#a78bfa;font-size:.85rem;font-weight:600}.ml-prediction-content{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.ml-score-display{align-items:center;background:#0003;border-radius:6px;display:flex;flex-direction:column;padding:8px 16px}.ml-score-value{font-size:1.5rem;font-weight:700}.ml-score-value.ml-suspicious{color:#f87171}.ml-score-value.ml-clean{color:#4ade80}.ml-score-label{color:#888;font-size:.7rem;text-transform:uppercase}.ml-verdict-badge{border-radius:4px;font-size:.8rem;font-weight:600;padding:4px 12px}.ml-verdict-badge.verdict-blatant{background:#ef444433;color:#ef4444}.ml-verdict-badge.verdict-likely{background:#f9731633;color:#f97316}.ml-verdict-badge.verdict-suspicious{background:#eab30833;color:#eab308}.ml-verdict-badge.verdict-clean{background:#22c55e33;color:#22c55e}.ml-pro-comparison{align-items:center;color:#888;display:flex;font-size:.8rem;gap:6px}.ml-pro-comparison.more-suspicious{color:#f87171}.ml-pro-comparison.within-range{color:#4ade80}.flag-tag.flag-ml{background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid #a78bfa4d;color:#a78bfa}.flag-tag.flag-progression{background:linear-gradient(135deg,#fb923c33,#ea580c33);border:1px solid #fb923c4d;color:#fb923c}.progression-section{background:linear-gradient(135deg,#fb923c1a,#ea580c1a);border:1px solid #fb923c33;border-radius:8px;margin-top:15px;padding:12px}.progression-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.progression-icon{background:linear-gradient(135deg,#fb923c,#ea580c);border-radius:3px;color:#fff;font-size:.65rem;font-weight:700;padding:2px 6px}.progression-title{color:#fb923c;font-size:.85rem;font-weight:600}.progression-details{display:flex;flex-direction:column;gap:6px}.progression-detail{background:#0003;border-radius:4px;color:#ccc;font-size:.8rem;padding:4px 8px}.progression-detail.positive{background:#22c55e1a;color:#4ade80}.progression-detail.negative{background:#f871711a;color:#f87171}.progression-score-change{align-items:center;background:#0000004d;border-radius:6px;display:flex;font-size:.85rem;gap:8px;margin-top:8px;padding:6px 10px}.progression-score-change.increased{color:#f87171}.progression-score-change.decreased{color:#4ade80}.progression-career-info{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:10px}.career-stat{align-items:center;background:#0003;border-radius:6px;display:flex;flex-direction:column;padding:6px 12px}.career-stat-value{color:#fff;font-size:1.1rem;font-weight:700}.career-stat-label{color:#888;font-size:.65rem;text-transform:uppercase}.ml-explanation-panel{background:linear-gradient(135deg,#667eea14,#764ba214);border:1px solid #a78bfa33;border-radius:12px;margin:20px 25px;overflow:hidden}.ml-explanation-panel.anomaly-detected{background:linear-gradient(135deg,#ef444414,#764ba214);border-color:#ef444466}.ml-explanation-header{align-items:center;background:#0003;cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;transition:background .2s}.ml-explanation-header:hover{background:#0000004d}.ml-explanation-title{align-items:center;color:#a78bfa;display:flex;font-weight:600;gap:10px}.ml-brain-icon{background:linear-gradient(135deg,#667eea,#764ba2);font-size:.7rem;padding:4px 8px}.anomaly-badge,.ml-brain-icon{border-radius:4px;color:#fff;font-weight:700}.anomaly-badge{animation:pulse-anomaly 2s infinite;background:linear-gradient(135deg,#ef4444,#dc2626);font-size:.65rem;padding:3px 8px}@keyframes pulse-anomaly{0%,to{opacity:1}50%{opacity:.7}}.ml-header-right{align-items:center;display:flex;gap:12px}.ml-score-pill{border-radius:12px;font-size:.9rem;font-weight:700;padding:4px 12px}.ml-score-pill.suspicious{background:#ef444433;color:#f87171}.ml-score-pill.clean{background:#22c55e33;color:#4ade80}.ml-expand-icon{color:#888;font-size:1.2rem;font-weight:300}.ml-quick-summary{border-top:1px solid #ffffff0d;padding:16px}.summary-gauge{margin-bottom:12px}.gauge-track{background:#ffffff1a;border-radius:4px;height:8px;overflow:visible;position:relative}.gauge-fill{border-radius:4px;height:100%;transition:width .5s ease}.gauge-markers{height:100%;left:0;position:absolute;right:0;top:0}.gauge-markers .marker{color:#666;font-size:.65rem;position:absolute;top:-20px;transform:translateX(-50%)}.gauge-labels{color:#888;display:flex;font-size:.7rem;justify-content:space-between;margin-top:8px}.ml-explanation-text{color:#aaa;font-size:.85rem;line-height:1.5;margin:0}.ml-detailed-analysis{border-top:1px solid #ffffff0d;padding:16px}.ml-how-it-works{background:#0003;border-radius:8px;margin-bottom:20px;padding:14px}.ml-how-it-works h4{color:#a78bfa;font-size:.9rem;margin:0 0 10px}.ml-how-it-works p{color:#aaa;font-size:.8rem;line-height:1.5;margin:0 0 12px}.ml-legend{display:flex;flex-wrap:wrap;gap:12px}.legend-item{align-items:center;color:#888;display:flex;font-size:.75rem;gap:6px}.legend-dot{border-radius:50%;height:10px;width:10px}.legend-dot.normal{background:#22c55e}.legend-dot.elevated{background:#eab308}.legend-dot.high{background:#f97316}.legend-dot.extreme{background:#ef4444}.ml-features-grid{margin-bottom:20px}.ml-features-grid h4{color:#a78bfa;font-size:.9rem;margin:0 0 14px}.ml-feature-row{background:#00000026;border-left:3px solid #0000;border-radius:8px;margin-bottom:8px;padding:12px}.ml-feature-row.severity-extreme{background:#ef44441a;border-left-color:#ef4444}.ml-feature-row.severity-high{background:#f973161a;border-left-color:#f97316}.ml-feature-row.severity-elevated{background:#eab30814;border-left-color:#eab308}.ml-feature-row.severity-normal{border-left-color:#22c55e}.feature-header{justify-content:space-between;margin-bottom:8px}.feature-header,.feature-label{align-items:center;display:flex}.feature-label{color:#ddd;font-size:.85rem;font-weight:600;gap:6px}.feature-weight-badge{animation:weight-pulse 2s infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:3px;color:#fff;font-size:.6rem;font-weight:700;padding:2px 5px}@keyframes weight-pulse{0%,to{opacity:1}50%{opacity:.7}}.feature-value{color:#fff;font-size:.95rem;font-weight:700}.feature-bar-container{margin-bottom:6px}.feature-bar-track{background:#ffffff0d;border-radius:4px;height:20px;overflow:visible;position:relative}.center-line{background:#fff3;left:50%;width:2px;z-index:1}.center-line,.normal-zone{bottom:0;position:absolute;top:0}.normal-zone{background:#22c55e1a;border-left:1px dashed #22c55e4d;border-right:1px dashed #22c55e4d;left:30%;right:30%}.feature-bar-fill{border-radius:4px;height:100%;left:0;position:absolute;top:0;transition:width .5s ease}.percentile-marker{position:absolute;top:-2px;transform:translateX(-50%);z-index:2}.percentile-value{background:#252729;border:1px solid #fff3;border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;padding:2px 6px;white-space:nowrap}.feature-meta{align-items:center;display:flex;justify-content:space-between}.feature-normal{color:#666;font-size:.7rem}.feature-severity{border-radius:4px;font-size:.7rem;font-weight:600;padding:2px 8px}.feature-severity.severity-normal{background:#22c55e33;color:#22c55e}.feature-severity.severity-elevated{background:#eab30833;color:#eab308}.feature-severity.severity-high{background:#f9731633;color:#f97316}.feature-severity.severity-extreme{background:#ef444433;color:#ef4444}.ml-pro-section{background:#0003;border-radius:8px;margin-bottom:20px;padding:14px}.ml-pro-section h4{color:#a78bfa;font-size:.9rem;margin:0 0 14px}.pro-comparison-visual{margin-bottom:10px}.pro-range-track{background:#ffffff0d;border-radius:6px;height:40px;margin-bottom:12px;position:relative}.pro-range-zone{align-items:center;background:#3b82f64d;border:1px solid #3b82f680;border-radius:4px;bottom:8px;display:flex;justify-content:center;position:absolute;top:8px}.pro-label{color:#60a5fa;font-size:.7rem;font-weight:600}.player-position{align-items:center;display:flex;flex-direction:column;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.player-dot{background:linear-gradient(135deg,#f97316,#ef4444);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;height:14px;width:14px}.player-label{color:#fff;font-size:.65rem;margin-top:4px;white-space:nowrap}.pro-verdict{text-align:center}.pro-warning{color:#f87171}.pro-ok,.pro-warning{font-size:.8rem;font-weight:500}.pro-ok{color:#4ade80}.pro-normal{color:#888;font-size:.8rem}.ml-technical{margin-top:16px}.ml-technical details{background:#0003;border-radius:8px;overflow:hidden}.ml-technical summary{color:#888;cursor:pointer;font-size:.85rem;font-weight:500;padding:12px 16px;transition:background .2s}.ml-technical summary:hover{background:#0003}.technical-content{border-top:1px solid #ffffff0d;padding:12px 16px}.technical-content p{color:#aaa;font-size:.8rem;line-height:1.5;margin:0 0 8px}.technical-content p:last-child{margin-bottom:0}.technical-content strong{color:#ddd}.stats-row{background:#0003;border-bottom:1px solid #404244;display:flex;gap:12px;justify-content:center;padding:16px 25px}.stat-pill{align-items:center;background:#ffffff0d;border-radius:8px;display:flex;flex-direction:column;min-width:70px;padding:8px 16px}.pill-value{color:#fff;font-size:1.4rem;font-weight:700}.pill-label{color:#888;font-size:.7rem;letter-spacing:.5px;text-transform:uppercase}.comparison-gauges{padding:20px 25px}.comparison-gauges h3{color:#f39c12;font-size:1rem;font-weight:600;margin:0 0 20px;text-align:center}.gauges-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media (max-width:500px){.gauges-grid{grid-template-columns:1fr}}.stat-gauge{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:12px 14px;transition:transform .2s,box-shadow .2s}.stat-gauge:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.stat-gauge.stat-extreme{background:linear-gradient(135deg,#e74c3c14,#e74c3c05);border-color:#e74c3c66}.stat-gauge.stat-high{background:linear-gradient(135deg,#e67e2214,#e67e2205);border-color:#e67e2266}.stat-gauge.stat-moderate{background:linear-gradient(135deg,#f1c40f0f,#f1c40f05);border-color:#f1c40f66}.stat-gauge.stat-normal{border-color:#27ae604d}.gauge-header{align-items:center;display:flex;justify-content:space-between}.gauge-title{align-items:baseline;display:flex;gap:4px;white-space:nowrap}.gauge-label-wrapper{align-items:center;cursor:help;display:inline-flex;gap:6px}.gauge-label{color:#ddd;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.gauge-info-icon{align-items:center;background:#ffffff26;border-radius:50%;color:#fff;display:flex;font-size:.6rem;font-weight:700;height:14px;justify-content:center;width:14px}.gauge-tooltip-tiers{background:#ffffff0d;border-radius:4px;margin-top:10px;padding:8px}.gauge-tooltip-tiers-label{color:#888;display:block;font-size:.65rem;margin-bottom:4px;text-transform:uppercase}.gauge-tooltip-tiers-values{color:#ccc;font-size:.7rem;line-height:1.5}.gauge-avg{color:#aaa;font-size:.85rem;font-weight:600}.gauge-player-value{color:#fff;font-size:.85rem;font-weight:700}.gauge-diff{border-radius:3px;display:inline-block;font-size:.65rem;font-weight:700;padding:2px 6px}.gauge-diff.above{background:#e74c3c33;color:#e74c3c}.gauge-diff.below{background:#27ae6033;color:#27ae60}.gauge-bar-container{width:100%}.gauge-avg-marker{display:flex;justify-content:center;margin-bottom:4px}.gauge-avg-marker .avg-value{background:#ffffff14;border-radius:3px;color:#888;font-size:.65rem;font-weight:600;padding:1px 6px}.gauge-gradient-bar{background:linear-gradient(90deg,#22c55e,#84cc16 25%,#facc15 50%,#f97316 75%,#ef4444);border-radius:6px;box-shadow:inset 0 1px 2px #0003;height:12px;margin-top:22px;overflow:visible;position:relative}.gauge-pointer{align-items:center;display:flex;flex-direction:column;position:absolute;top:-20px;transform:translateX(-50%);transition:left .4s ease-out}.pointer-value{background:#f39c124d;border-radius:3px;color:#fff;font-size:.7rem;font-weight:700;margin-bottom:2px;padding:1px 6px;white-space:nowrap}.pointer-arrow{border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid #f39c12;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));height:0;width:0}.tier-marker{align-items:center;display:flex;flex-direction:column;position:absolute;top:100%;transform:translateX(-50%);z-index:1}.tier-marker-line{background:#fff9;height:8px;margin-top:2px;width:2px}.tier-marker-label{color:#ffffffb3;font-size:.5rem;font-weight:700;letter-spacing:.5px;margin-top:1px;white-space:nowrap}.tier-noob .tier-marker-line{background:#22c55e}.tier-noob .tier-marker-label{color:#22c55e}.tier-good .tier-marker-line{background:#84cc16}.tier-good .tier-marker-label{color:#84cc16}.tier-skilled .tier-marker-line{background:#eab308}.tier-skilled .tier-marker-label{color:#eab308}.tier-elite .tier-marker-line{background:#f97316}.tier-elite .tier-marker-label{color:#f97316}.tier-pro .tier-marker-line{background:#ef4444}.tier-pro .tier-marker-label{color:#ef4444}.gauge-bar-labels{display:flex;justify-content:space-between;margin-top:22px;position:relative}.gauge-bar-labels span{color:#999;font-size:.65rem;font-weight:600;letter-spacing:.3px}.gauges-compact{gap:8px;grid-template-columns:repeat(2,1fr)}.gauges-compact .stat-gauge{border-radius:8px;gap:8px;padding:10px 12px}.gauges-compact .gauge-label{font-size:.8rem}.gauges-compact .gauge-avg{font-size:.7rem}.gauges-compact .gauge-gradient-bar{height:10px}.gauges-compact .gauge-bar-labels span{font-size:.55rem}.gauges-compact .gauge-bar-labels{margin-top:18px}.gauges-compact .tier-marker-label{font-size:.45rem}.killer-quick-stats{border-bottom:1px solid #ffffff1a;display:flex;gap:12px;margin-bottom:10px;padding:8px 0}.quick-stat{color:#888;font-size:.8rem}.quick-stat:before{color:#555;content:"•";margin-right:6px}
/*# sourceMappingURL=main.e5cfe5cc.css.map*/