.tm-section-desc{font-size:.88rem;color:var(--text2);margin-bottom:1rem}.tm-ls-loading{text-align:center;padding:1.5rem;color:var(--text2);font-size:.85rem}.tm-ls-spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:tm-spin .6s linear infinite;margin-right:.4rem;vertical-align:middle}@keyframes tm-spin{to{transform:rotate(360deg)}}.tm-ls-team-avg{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}.tm-ls-avg-card{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:.75rem;text-align:center;transition:border-color .2s}.tm-ls-avg-card:hover{border-color:var(--accent)}.tm-ls-avg-val{display:block;font-size:1.2rem;font-weight:800;color:var(--accent);font-family:Inter,sans-serif}.tm-ls-avg-lbl{display:block;font-size:.6rem;color:var(--text2);text-transform:uppercase;margin-top:.15rem}.tm-ls-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.tm-ls-table{width:100%;border-collapse:collapse;background:var(--bg2);font-size:.82rem}.tm-ls-table thead{background:var(--bg3)}.tm-ls-table th{padding:.65rem .5rem;text-align:left;font-weight:700;color:var(--text);text-transform:uppercase;font-size:.7rem;letter-spacing:.03em;white-space:nowrap}.tm-ls-table td{padding:.5rem;border-bottom:1px solid var(--border);color:var(--text2);white-space:nowrap}.tm-ls-table tbody tr:hover td{background:var(--bg3)}.tm-ls-player{display:flex;align-items:center;gap:.5rem}.tm-ls-player img{flex-shrink:0}.tm-ls-player strong{color:var(--text);font-weight:700}.tm-ls-highlight{color:var(--accent)!important;font-weight:700}.tm-ls-loading-cell{color:var(--text3);font-style:italic}@media (max-width:768px){.tm-ls-team-avg{grid-template-columns:repeat(2,1fr)}}.tm-match-history{margin-bottom:2.5rem}.tm-match-history-sub{font-size:.88rem;color:var(--text2);margin-bottom:1rem}.tm-mh-loading{text-align:center;padding:1.5rem;color:var(--text2);font-size:.85rem}.tm-mh-spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:tm-spin .6s linear infinite;margin-right:.4rem;vertical-align:middle}.tm-mh-error{text-align:center;padding:1.25rem;color:var(--text3);font-size:.82rem;background:var(--bg);border:1px solid var(--border);border-radius:6px}.tm-mh-empty{text-align:center;padding:1.5rem;color:var(--text3);font-size:.85rem;background:var(--bg);border:1px solid var(--border);border-radius:6px}.tm-mh-subhead{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text2);margin:1.25rem 0 .5rem;padding-left:.25rem}.tm-mh-subhead:first-child{margin-top:0}.tm-mh-list{display:flex;flex-direction:column;gap:.45rem}.tm-mh-row{display:flex;align-items:center;gap:.75rem;background:var(--bg2);border:1px solid var(--border);border-radius:6px;padding:.6rem .85rem;text-decoration:none;color:inherit;transition:border-left .15s}.tm-mh-row:hover{border-left:3px solid var(--accent)}.tm-mh-date{font-size:.72rem;color:var(--text3);min-width:70px;flex-shrink:0}.tm-mh-opponent{display:flex;align-items:center;gap:.45rem;flex:1;min-width:0}.tm-mh-opp-img{width:22px;height:22px;border-radius:6px;object-fit:contain;flex-shrink:0;background:#ffffff14;padding:2px}.tm-mh-opp-name{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tm-mh-score{font-size:.88rem;font-weight:800;min-width:50px;text-align:center;color:var(--text)}.tm-mh-tournament{font-size:.72rem;color:var(--text3);min-width:0;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.tm-mh-badge{font-size:.6rem;font-weight:700;padding:.15rem .4rem;border-radius:6px;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.tm-mh-badge-win{background:#4caf5026;color:var(--green);border:1px solid var(--green)}.tm-mh-badge-loss{background:#ef53501f;color:var(--red, #ef5350);border:1px solid var(--red, #ef5350)}.tm-mh-badge-upcoming{background:#2196f31f;color:var(--blue, #42a5f5);border:1px solid var(--blue, #42a5f5)}.tm-mh-badge-draw{background:#ffc1071f;color:#ffc107;border:1px solid #ffc107}.tm-mh-load-more{display:block;width:100%;margin-top:.75rem;padding:.55rem;background:var(--bg2);border:1px solid var(--border);border-radius:6px;color:var(--accent);font-size:.82rem;font-weight:700;cursor:pointer;text-align:center;font-family:inherit;transition:background .15s}.tm-mh-load-more:hover{background:var(--bg3)}.tm-mh-load-more:disabled{opacity:.5;cursor:default}.tm-ms-chart{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.tm-ms-bar-row{display:flex;align-items:center;gap:.6rem}.tm-ms-bar-label{font-size:.8rem;font-weight:600;color:var(--text);min-width:100px;text-align:right;flex-shrink:0}.tm-ms-bar-track{flex:1;background:var(--bg);border:1px solid var(--border);border-radius:6px;height:22px;overflow:hidden;position:relative}.tm-ms-bar-fill{height:100%;background:var(--accent);border-radius:6px 0 0 6px;transition:width .4s ease}.tm-ms-bar-count{font-size:.72rem;color:var(--text2);min-width:30px;flex-shrink:0}.tm-ms-empty{text-align:center;padding:1rem;color:var(--text3);font-size:.82rem}@media (max-width:768px){.tm-mh-row{flex-wrap:wrap;gap:.4rem}.tm-mh-date{min-width:auto;width:100%;font-size:.68rem}.tm-mh-tournament{max-width:120px}.tm-ms-bar-label{min-width:70px;font-size:.72rem}}.tm-hero[data-astro-cid-zgofuphd]{background:linear-gradient(135deg,var(--bg2),var(--bg3));border:1px solid var(--border);border-radius:12px;padding:2rem;margin-bottom:2rem}.tm-hero[data-astro-cid-zgofuphd] h1[data-astro-cid-zgofuphd]{font-size:2.2rem;margin:0 0 .75rem}.tm-hero[data-astro-cid-zgofuphd]>p[data-astro-cid-zgofuphd]{color:var(--text2);font-size:1.05rem;margin:0 0 1.5rem}.tm-hero-stats[data-astro-cid-zgofuphd]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.tm-hstat[data-astro-cid-zgofuphd]{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:1rem;text-align:center}.tm-hval[data-astro-cid-zgofuphd]{display:block;font-size:1.4rem;font-weight:800;color:var(--accent)}.tm-hlbl[data-astro-cid-zgofuphd]{display:block;font-size:.75rem;color:var(--text2);margin-top:.25rem}.tm-section[data-astro-cid-zgofuphd]{margin-bottom:2.5rem}.tm-section[data-astro-cid-zgofuphd] h2[data-astro-cid-zgofuphd]{margin-bottom:1rem}.tm-grid[data-astro-cid-zgofuphd]{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem}.tm-card[data-astro-cid-zgofuphd]{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:1.25rem;transition:border-color .2s,transform .2s,box-shadow .2s}.tm-card[data-astro-cid-zgofuphd]:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 16px #d4956e1a}.tm-card-top[data-astro-cid-zgofuphd]{display:flex;align-items:flex-start;margin-bottom:1rem;gap:.75rem}.tm-avatar[data-astro-cid-zgofuphd]{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0;background:var(--bg3)}.tm-card-info[data-astro-cid-zgofuphd]{flex:1;min-width:0}.tm-name[data-astro-cid-zgofuphd]{margin:0;font-size:1.3rem;font-weight:800}.tm-name[data-astro-cid-zgofuphd] a[data-astro-cid-zgofuphd]{color:var(--text);text-decoration:none;transition:color .2s}.tm-name[data-astro-cid-zgofuphd] a[data-astro-cid-zgofuphd]:hover{color:var(--accent)}.tm-meta[data-astro-cid-zgofuphd]{display:flex;gap:.5rem;align-items:center;margin-top:.3rem}.tm-country[data-astro-cid-zgofuphd]{color:var(--text2);font-size:.82rem}.pp-role[data-astro-cid-zgofuphd]{font-size:.72rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.03em;background:var(--bg3);color:var(--text2);border:1px solid var(--border)}.pp-role[data-astro-cid-zgofuphd][data-r=awper]{background:#ef535026;color:var(--red);border-color:var(--red)}.pp-role[data-astro-cid-zgofuphd][data-r=rifler]{background:#42a5f526;color:var(--blue);border-color:var(--blue)}.pp-role[data-astro-cid-zgofuphd][data-r=igl]{background:#ab47bc26;color:var(--purple);border-color:var(--purple)}.pp-role[data-astro-cid-zgofuphd][data-r=entry-fragger]{background:#d4956e26;color:var(--accent);border-color:var(--accent)}.pp-role[data-astro-cid-zgofuphd][data-r=support]{background:#4caf5026;color:var(--green);border-color:var(--green)}.pp-role-sm[data-astro-cid-zgofuphd]{font-size:.65rem;padding:.15rem .4rem}.tm-stats[data-astro-cid-zgofuphd]{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.tm-s[data-astro-cid-zgofuphd]{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.5rem;text-align:center}.tm-s[data-astro-cid-zgofuphd].tm-edpi{border-color:var(--accent)}.tm-sv[data-astro-cid-zgofuphd]{display:block;font-size:1.1rem;font-weight:700;color:var(--text)}.tm-edpi[data-astro-cid-zgofuphd] .tm-sv[data-astro-cid-zgofuphd]{color:var(--accent)}.tm-sl[data-astro-cid-zgofuphd]{display:block;font-size:.65rem;color:var(--text2);text-transform:uppercase;margin-top:.15rem}.tm-xhair[data-astro-cid-zgofuphd]{display:flex;gap:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.4rem;margin-bottom:1rem;align-items:center}.tm-xhair[data-astro-cid-zgofuphd] code[data-astro-cid-zgofuphd]{flex:1;font-size:.75rem;color:var(--text2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 .4rem}.tm-copy[data-astro-cid-zgofuphd]{background:var(--accent);color:#000;border:none;padding:.3rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700;cursor:pointer;white-space:nowrap;font-family:inherit}.tm-copy[data-astro-cid-zgofuphd]:hover{opacity:.9}.tm-copy[data-astro-cid-zgofuphd].copied{background:var(--green);color:#fff}.tm-gear[data-astro-cid-zgofuphd]{display:grid;grid-template-columns:1fr 1fr;gap:.3rem .75rem;margin-bottom:.75rem;font-size:.82rem}.tm-gi[data-astro-cid-zgofuphd]{display:flex;gap:.3rem}.tm-gk[data-astro-cid-zgofuphd]{color:var(--text2);font-weight:600;white-space:nowrap}.tm-gk[data-astro-cid-zgofuphd]:after{content:":"}.tm-gv[data-astro-cid-zgofuphd]{color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tm-glink[data-astro-cid-zgofuphd]{color:var(--text);text-decoration:none;transition:color .2s}.tm-glink[data-astro-cid-zgofuphd]:hover{color:var(--accent)}.tm-edpi-bar[data-astro-cid-zgofuphd]{position:relative;background:var(--bg);border:1px solid var(--border);border-radius:4px;height:22px;overflow:hidden;margin-bottom:.75rem}.tm-ebar-fill[data-astro-cid-zgofuphd]{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--green),var(--accent),var(--red));opacity:.25;border-radius:4px}.tm-ebar-label[data-astro-cid-zgofuphd]{position:absolute;top:50%;left:.5rem;transform:translateY(-50%);font-size:.7rem;color:var(--text2);font-weight:600}.tm-view-more[data-astro-cid-zgofuphd]{display:block;text-align:center;color:var(--accent);font-size:.82rem;font-weight:700;padding-top:.5rem;border-top:1px solid var(--border);text-decoration:none;transition:color .2s}.tm-view-more[data-astro-cid-zgofuphd]:hover{color:var(--accent2)}.tm-table-section[data-astro-cid-zgofuphd]{margin-bottom:2.5rem}.tm-table-section[data-astro-cid-zgofuphd] h2[data-astro-cid-zgofuphd]{margin-bottom:.5rem}.tm-table-desc[data-astro-cid-zgofuphd]{font-size:.92rem;color:var(--text2);margin-bottom:1rem}.tm-table-wrap[data-astro-cid-zgofuphd]{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.tm-table[data-astro-cid-zgofuphd]{width:100%;border-collapse:collapse;background:var(--bg2);font-size:.82rem}.tm-table[data-astro-cid-zgofuphd] thead[data-astro-cid-zgofuphd]{background:var(--bg3)}.tm-table[data-astro-cid-zgofuphd] th[data-astro-cid-zgofuphd]{padding:.65rem .5rem;text-align:left;font-weight:700;color:var(--text);text-transform:uppercase;font-size:.7rem;letter-spacing:.03em;white-space:nowrap}.tm-table[data-astro-cid-zgofuphd] td[data-astro-cid-zgofuphd]{padding:.5rem;border-bottom:1px solid var(--border);color:var(--text2);white-space:nowrap}.tm-table[data-astro-cid-zgofuphd] tbody[data-astro-cid-zgofuphd] tr[data-astro-cid-zgofuphd]:hover td[data-astro-cid-zgofuphd]{background:var(--bg3)}.tm-table[data-astro-cid-zgofuphd] td[data-astro-cid-zgofuphd] strong[data-astro-cid-zgofuphd]{color:var(--text)}.tm-tlink[data-astro-cid-zgofuphd]{color:var(--accent);text-decoration:none;font-weight:600}.tm-tlink[data-astro-cid-zgofuphd]:hover{text-decoration:underline}.tm-tfoot-row[data-astro-cid-zgofuphd] td[data-astro-cid-zgofuphd]{background:var(--bg3);font-weight:600;color:var(--text);border-top:2px solid var(--accent)}.tm-xhair-grid[data-astro-cid-zgofuphd]{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.tm-xhair-card[data-astro-cid-zgofuphd]{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:1rem;transition:border-color .2s}.tm-xhair-card[data-astro-cid-zgofuphd]:hover{border-color:var(--accent)}.tm-xhair-player[data-astro-cid-zgofuphd]{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.tm-xhair-player[data-astro-cid-zgofuphd] strong[data-astro-cid-zgofuphd]{font-size:.95rem;color:var(--text)}.tm-xhair-row[data-astro-cid-zgofuphd]{display:flex;gap:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.4rem;align-items:center}.tm-xhair-row[data-astro-cid-zgofuphd] code[data-astro-cid-zgofuphd]{flex:1;font-size:.75rem;color:var(--text2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 .4rem}@media (max-width:1024px){.tm-hero-stats[data-astro-cid-zgofuphd]{grid-template-columns:repeat(3,1fr)}.tm-grid[data-astro-cid-zgofuphd]{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media (max-width:768px){.tm-hero[data-astro-cid-zgofuphd] h1[data-astro-cid-zgofuphd]{font-size:1.6rem}.tm-hero-stats[data-astro-cid-zgofuphd]{grid-template-columns:repeat(2,1fr)}.tm-grid[data-astro-cid-zgofuphd]{grid-template-columns:1fr}.tm-stats[data-astro-cid-zgofuphd]{grid-template-columns:repeat(2,1fr)}.tm-gear[data-astro-cid-zgofuphd],.tm-xhair-grid[data-astro-cid-zgofuphd]{grid-template-columns:1fr}}
