.matchhistorymodal-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.matchhistorymodal-modal-content{background:linear-gradient(to bottom right,rgba(17,24,39,.95),rgba(17,24,39,.85));border-radius:16px;padding:2rem;width:90%;max-width:1000px;max-height:80vh;overflow-y:auto;border:1px solid hsla(0,0%,100%,.1)}.matchhistorymodal-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.matchhistorymodal-modal-title{display:flex;flex-direction:column;gap:1rem}.matchhistorymodal-modal-title h2{font-size:1.5rem;font-weight:700;color:#fff}.matchhistorymodal-filter-controls{display:flex;gap:.5rem}.matchhistorymodal-filter-btn{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:#94a3b8;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.matchhistorymodal-filter-btn:hover{background:hsla(0,0%,100%,.1)}.matchhistorymodal-filter-btn.active{background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.3);color:#60a5fa}.matchhistorymodal-matches-list{display:flex;flex-direction:column;gap:1rem}.matchhistorymodal-match-row{background:rgba(30,41,59,.5);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;transition:all .2s ease}.matchhistorymodal-match-row:hover{background:rgba(30,41,59,.7)}.matchhistorymodal-match-date{font-size:.875rem;color:#94a3b8;margin-bottom:1rem}.matchhistorymodal-match-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.matchhistorymodal-team{flex:1;display:flex;flex-direction:column;gap:.75rem}.matchhistorymodal-blue-team{text-align:right}.matchhistorymodal-red-team{text-align:left}.matchhistorymodal-player{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#e2e8f0}.matchhistorymodal-blue-team .matchhistorymodal-player{justify-content:flex-end}.matchhistorymodal-red-team .matchhistorymodal-player{justify-content:flex-start;flex-direction:row-reverse}.matchhistorymodal-role-icon{font-size:1rem;opacity:.7}.matchhistorymodal-blue-team .matchhistorymodal-role-icon{color:#60a5fa}.matchhistorymodal-red-team .matchhistorymodal-role-icon{color:#f87171}.matchhistorymodal-score{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:rgba(0,0,0,.3);border-radius:8px;font-size:1.5rem;font-weight:700;min-width:150px;justify-content:center}.matchhistorymodal-blue-result,.matchhistorymodal-red-result{min-width:60px;text-align:center}.matchhistorymodal-separator{color:#64748b}.matchhistorymodal-score .matchhistorymodal-winner{color:#4ade80}.matchhistorymodal-winner{color:#4caf50}.matchhistorymodal-loser{color:#f44336}.elo-change-positive{color:#4caf50}.elo-change,.elo-change-negative,.elo-change-positive{font-weight:700;margin-left:.5rem}.elo-change{color:#4caf50}.elo-change-negative{color:#f44336}@media (max-width:768px){.matchhistorymodal-match-content{flex-direction:column;gap:1rem}.matchhistorymodal-blue-team,.matchhistorymodal-red-team{text-align:center}.matchhistorymodal-blue-team .matchhistorymodal-player,.matchhistorymodal-red-team .matchhistorymodal-player{justify-content:center}.matchhistorymodal-score{order:-1}}