.h2h-hero{margin-bottom:1.75rem}.h2h-title{font-size:1.75rem;font-weight:800;margin-bottom:.4rem}.h2h-desc{color:var(--text2);font-size:.95rem;margin:0}.h2h-selector{margin-bottom:2rem}.h2h-selector-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:start}.h2h-vs-divider{display:flex;align-items:center;justify-content:center;padding-top:2.5rem}.h2h-vs-text{font-size:1.4rem;font-weight:800;color:var(--text3);background:var(--bg2);border:1px solid var(--border);border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center;letter-spacing:1px}.h2h-team-pick{position:relative}.h2h-pick-label{display:block;font-size:.8rem;font-weight:700;color:var(--text2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.h2h-search-wrap{position:relative;margin-bottom:.75rem}.h2h-search{width:100%;padding:.65rem .85rem;font-size:.9rem;background:var(--bg2);border:1px solid var(--border);border-radius:6px;color:var(--text1);font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}.h2h-search::placeholder{color:var(--text3)}.h2h-search:focus{border-color:var(--accent)}.h2h-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--bg2);border:1px solid var(--border);border-top:none;border-radius:0 0 6px 6px;max-height:260px;overflow-y:auto;display:none;z-index:100;box-shadow:0 8px 24px #0006}.h2h-dropdown.open{display:block}.h2h-dropdown-item{display:flex;align-items:center;gap:.65rem;padding:.6rem .85rem;cursor:pointer;border-left:3px solid transparent;transition:background .15s,border-color .15s}.h2h-dropdown-item:hover{background:var(--bg3);border-left-color:var(--accent)}.h2h-dropdown-item img{width:28px;height:28px;border-radius:6px;object-fit:contain;background:var(--bg3);flex-shrink:0}.h2h-dropdown-item-placeholder{width:28px;height:28px;border-radius:6px;background:var(--bg3);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:var(--text3);flex-shrink:0}.h2h-dropdown-item-info{flex:1;min-width:0}.h2h-dropdown-item-name{font-weight:600;font-size:.85rem;display:block}.h2h-dropdown-item-meta{font-size:.72rem;color:var(--text3);display:block}.h2h-dropdown-loading,.h2h-dropdown-empty{padding:1rem;text-align:center;color:var(--text3);font-size:.85rem}.h2h-selected-team{min-height:100px}.h2h-placeholder-card{background:var(--bg2);border:1px dashed var(--border);border-radius:6px;padding:1.5rem;text-align:center;color:var(--text3);font-size:.85rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.h2h-placeholder-icon{opacity:.3}.h2h-team-card{background:var(--bg2);border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.85rem;border-left:3px solid var(--accent);position:relative}.h2h-team-card img{width:48px;height:48px;border-radius:6px;object-fit:contain;background:var(--bg3);flex-shrink:0}.h2h-team-card-placeholder{width:48px;height:48px;border-radius:6px;background:var(--bg3);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:var(--text3);flex-shrink:0}.h2h-team-card-info{flex:1;min-width:0}.h2h-team-card-name{font-weight:700;font-size:1.05rem;display:block}.h2h-team-card-meta{font-size:.8rem;color:var(--text2);margin-top:.15rem;display:block}.h2h-team-card-remove{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:var(--text3);cursor:pointer;padding:.25rem;line-height:1;font-size:1rem;transition:color .2s}.h2h-team-card-remove:hover{color:#e74c3c}.h2h-results{margin-bottom:2rem}.h2h-panel{background:var(--bg2);border:1px solid var(--border);border-radius:6px;padding:1.5rem;margin-bottom:1.25rem}.h2h-section-title{font-size:1.15rem;font-weight:700;margin:0 0 .25rem}.h2h-section-desc{color:var(--text2);font-size:.85rem;margin:0 0 1.25rem}.h2h-loading{text-align:center;padding:1.5rem;color:var(--text2);font-size:.9rem}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;margin-right:.4rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.h2h-stat-row{display:grid;grid-template-columns:80px 1fr 80px;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.h2h-stat-row:last-child{border-bottom:none}.h2h-stat-val{font-size:.95rem;font-weight:700;font-family:Inter,sans-serif}.h2h-stat-val.left{text-align:right}.h2h-stat-val.right{text-align:left}.h2h-stat-val.better{color:var(--accent)}.h2h-stat-bar-wrap{display:flex;flex-direction:column;align-items:center;gap:.2rem}.h2h-stat-label{font-size:.72rem;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.3px}.h2h-stat-bar-track{width:100%;height:8px;background:var(--bg3);border-radius:6px;display:flex;overflow:hidden;position:relative}.h2h-stat-bar-left{height:100%;border-radius:6px 0 0 6px;transition:width .5s ease;position:absolute;right:50%;top:0}.h2h-stat-bar-right{height:100%;border-radius:0 4px 4px 0;transition:width .5s ease;position:absolute;left:50%;top:0}.h2h-stat-bar-left.winning{background:var(--accent)}.h2h-stat-bar-left.losing{background:var(--text3);opacity:.4}.h2h-stat-bar-right.winning{background:var(--accent)}.h2h-stat-bar-right.losing{background:var(--text3);opacity:.4}.h2h-stat-bar-left.tied,.h2h-stat-bar-right.tied{background:var(--text3);opacity:.6}.h2h-stat-bar-divider{position:absolute;left:50%;top:-2px;bottom:-2px;width:2px;background:var(--bg);z-index:1;transform:translate(-50%)}.h2h-bar-header{display:grid;grid-template-columns:80px 1fr 80px;gap:.75rem;margin-bottom:.5rem;padding-bottom:.65rem;border-bottom:1px solid var(--border)}.h2h-bar-team-name{font-size:.82rem;font-weight:700;color:var(--text2);display:flex;align-items:center;gap:.4rem}.h2h-bar-team-name.left{justify-content:flex-end}.h2h-bar-team-name.right{justify-content:flex-start}.h2h-bar-team-name img{width:20px;height:20px;border-radius:2px;object-fit:contain}.h2h-bar-center{text-align:center;font-size:.72rem;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.5px;line-height:20px}.h2h-no-stats{text-align:center;padding:1rem;color:var(--text3);font-size:.85rem}.h2h-roster-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.h2h-roster-col-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent);margin-bottom:.75rem}.h2h-roster-col-header img{width:24px;height:24px;border-radius:4px;object-fit:contain}.h2h-roster-col-header span{font-weight:700;font-size:.95rem}.h2h-player-card{background:var(--bg3);border:1px solid var(--border);border-radius:6px;padding:.75rem .85rem;margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.65rem;border-left:3px solid transparent;transition:border-color .2s}.h2h-player-card:hover{border-left-color:var(--accent)}.h2h-player-img{width:42px;height:42px;border-radius:6px;object-fit:cover;background:var(--bg2);flex-shrink:0}.h2h-player-img-placeholder{width:42px;height:42px;border-radius:6px;background:var(--bg2);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--text3);flex-shrink:0}.h2h-player-info{flex:1;min-width:0}.h2h-player-name{font-weight:700;font-size:.88rem;display:block;margin-bottom:.15rem}.h2h-player-real-name{font-size:.72rem;color:var(--text3);display:block;margin-bottom:.3rem}.h2h-player-role{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;padding:.1rem .35rem;border-radius:4px;background:var(--bg2);color:var(--text2);margin-bottom:.35rem}.h2h-player-stats-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.25rem;margin-top:.25rem}.h2h-player-stat{text-align:center;padding:.2rem;background:var(--bg2);border-radius:4px}.h2h-player-stat-label{font-size:.6rem;color:var(--text3);text-transform:uppercase;font-weight:600;display:block}.h2h-player-stat-val{font-size:.8rem;font-weight:700;display:block}.h2h-player-stat-loading{font-size:.65rem;color:var(--text3);font-style:italic}.h2h-player-no-stats{font-size:.72rem;color:var(--text3);font-style:italic;margin-top:.25rem}.h2h-flag{font-size:.75rem;margin-right:.15rem}.h2h-empty{text-align:center;padding:3rem 1rem;color:var(--text3)}.h2h-empty-icon{margin-bottom:.75rem;opacity:.25}.h2h-empty p{font-size:.95rem;max-width:400px;margin:0 auto}.h2h-links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:2rem 0}.h2h-links-label{font-size:.8rem;font-weight:600;color:var(--text3)}.h2h-links a{font-size:.8rem;color:var(--text2);text-decoration:none;padding:.3rem .6rem;background:var(--bg2);border:1px solid var(--border);border-radius:6px;transition:border-color .2s,color .2s}.h2h-links a:hover{border-color:var(--accent);color:var(--accent)}.h2h-hist-record{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:1rem 0 1.25rem;text-align:center}.h2h-hist-record-team{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:80px}.h2h-hist-record-team img{width:36px;height:36px;border-radius:6px;object-fit:contain;background:var(--bg3)}.h2h-hist-record-team-name{font-size:.8rem;font-weight:700;color:var(--text2)}.h2h-hist-record-score{font-size:2rem;font-weight:800;font-family:Inter,sans-serif;color:var(--text1);letter-spacing:2px}.h2h-hist-record-score .h2h-hist-dash{color:var(--text3);margin:0 .15rem}.h2h-hist-bar{width:100%;height:10px;border-radius:5px;overflow:hidden;display:flex;background:var(--bg3);margin-bottom:1.25rem}.h2h-hist-bar-t1{height:100%;background:var(--accent);transition:width .5s ease}.h2h-hist-bar-draw{height:100%;background:var(--text3);opacity:.4;transition:width .5s ease}.h2h-hist-bar-t2{height:100%;background:#e74c3c;transition:width .5s ease}.h2h-hist-bar-labels{display:flex;justify-content:space-between;margin-top:.35rem;margin-bottom:1rem;font-size:.72rem;font-weight:600;color:var(--text3)}.h2h-hist-bar-labels .t1-label{color:var(--accent)}.h2h-hist-bar-labels .t2-label{color:#e74c3c}.h2h-hist-match{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:.75rem;padding:.7rem .85rem;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;border-left:3px solid transparent;transition:background .15s,border-color .15s}.h2h-hist-match:last-child{border-bottom:none}.h2h-hist-match:hover{background:var(--bg3);border-left-color:var(--accent)}.h2h-hist-date{font-size:.75rem;color:var(--text3);font-weight:600;white-space:nowrap}.h2h-hist-matchup{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.h2h-hist-team{display:flex;align-items:center;gap:.35rem;font-size:.88rem;font-weight:600}.h2h-hist-team img{width:22px;height:22px;border-radius:4px;object-fit:contain;background:var(--bg3)}.h2h-hist-score{font-size:.95rem;font-weight:800;font-family:Inter,sans-serif;display:flex;align-items:center;gap:.25rem}.h2h-hist-score .dash{color:var(--text3)}.h2h-hist-winner{color:var(--accent)}.h2h-hist-loser{color:var(--text3)}.h2h-hist-tourney{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text2);white-space:nowrap}.h2h-hist-tourney img{width:18px;height:18px;border-radius:2px;object-fit:contain}.h2h-hist-tier{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;padding:.1rem .3rem;border-radius:4px;line-height:1}.h2h-hist-tier.tier-s{background:#f1c40f;color:#000}.h2h-hist-tier.tier-a{background:var(--accent);color:#fff}.h2h-hist-tier.tier-b{background:var(--bg3);color:var(--text2)}.h2h-hist-tier.tier-c,.h2h-hist-tier.tier-d{background:var(--bg3);color:var(--text3)}.h2h-hist-empty{text-align:center;padding:2rem 1rem;color:var(--text3);font-size:.9rem}@media (max-width: 768px){.h2h-selector-grid{grid-template-columns:1fr;gap:.75rem}.h2h-vs-divider{padding-top:0;padding-bottom:0}.h2h-vs-text{width:40px;height:40px;font-size:1rem}.h2h-stat-row{grid-template-columns:60px 1fr 60px;gap:.4rem}.h2h-stat-val{font-size:.82rem}.h2h-bar-header{grid-template-columns:60px 1fr 60px;gap:.4rem}.h2h-roster-grid{grid-template-columns:1fr}.h2h-title{font-size:1.35rem}.h2h-hist-match{grid-template-columns:55px 1fr auto;gap:.5rem;padding:.6rem .65rem}.h2h-hist-record-score{font-size:1.5rem}.h2h-hist-record{gap:.75rem}}@media (max-width: 480px){.h2h-stat-row{grid-template-columns:50px 1fr 50px;gap:.3rem}.h2h-stat-val{font-size:.75rem}.h2h-stat-label{font-size:.6rem}.h2h-bar-header{grid-template-columns:50px 1fr 50px;gap:.3rem}.h2h-hist-match{grid-template-columns:1fr;gap:.35rem}.h2h-hist-tourney{margin-top:.15rem}.h2h-hist-record-score{font-size:1.3rem}}
