<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&amp;display=swap);:root{--primary-blue:#46cac4;--primary-blue-dark:#3a68d8;--accent-green:#10b981;--accent-green-dark:#059669;--text-light:#fff;--shadow-standard:0 4px 12px #0000001f;--transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}.navbar{align-items:center;background:linear-gradient(90deg,#46cac4,#8e54e9);background:linear-gradient(to right,var(--primary-blue),#8e54e9);box-shadow:0 4px 12px #0000001f;box-shadow:var(--shadow-standard);display:flex;justify-content:space-between;padding:16px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:2000}.logo{color:#fff;color:var(--text-light);font-size:1.75rem;font-weight:700;letter-spacing:.5px;text-decoration:none;text-shadow:0 1px 2px #0003}.logo img{height:32px;margin-right:8px;vertical-align:middle}.nav-links{align-items:center;display:flex;gap:30px;margin:0;padding:0}.nav-links li{list-style:none}.nav-btn{align-items:center;background-color:#ffffff26;border-radius:8px;border-radius:var(--border-radius);color:#fff;color:var(--text-light);display:flex;font-weight:500;gap:6px;padding:10px 18px;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);transition:var(--transition)}.nav-btn:hover{background-color:#ffffff40;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.nav-btn:active{transform:translateY(0)}.login-btn{background-color:#10b981;background-color:var(--accent-green);border:none;border-radius:8px;border-radius:var(--border-radius);box-shadow:0 2px 5px #00000026;color:#fff;color:var(--text-light);cursor:pointer;font-size:1rem;font-weight:600;padding:10px 22px;transition:all .3s cubic-bezier(.25,.8,.25,1);transition:var(--transition);visibility:hidden}.login-btn:hover{background-color:#059669;background-color:var(--accent-green-dark);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.login-btn:active{transform:translateY(0)}@media (max-width:768px),(orientation:landscape) and (max-height:500px){.navbar{align-items:flex-start;flex-direction:column;padding:14px 16px;position:static}.login-btn{align-self:flex-start;margin-top:10px}.nav-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}.login-btn,.nav-btn{background-color:#fff3;justify-content:center;padding:10px 18px;text-align:center;width:auto}.login-btn:hover,.nav-btn:hover{background-color:#ffffff4d}}@media (max-width:480px){.logo{font-size:1.5rem}.navbar{padding:12px}.login-btn,.nav-btn{font-size:.9rem;padding:8px 16px}.login-btn{align-self:center;margin-top:20px}}button{background:linear-gradient(135deg,#2f77bb,#1d5b8f);border:2px solid #0000;border-radius:10px;box-shadow:0 4px 10px #0003;color:#fff;cursor:pointer;font-size:18px;font-weight:700;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease-in-out}button:before{background:radial-gradient(circle,#ffffff4d 0,#fff0 60%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease-in-out;width:200%}.button-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}button:hover{background:linear-gradient(135deg,#1d5b8f,#2f77bb);border-color:#4caf50;box-shadow:0 0 15px #4fce5dcc}button:hover:before{opacity:1}button.active{background:linear-gradient(135deg,#4caf50,#2e8b57);border-color:#4caf50;box-shadow:0 0 15px #4caf50cc}td,th{border:1px solid #ddd;padding:8px;text-align:center;white-space:nowrap}th{background-color:#2f77bb;color:#fff;font-weight:700}tr:nth-child(2n){background-color:#d1e5f0}tr:nth-child(odd){background-color:#e3f4fe}.diagram-container{display:flex;flex-direction:column;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;gap:25px;max-width:100%;overflow-x:hidden;padding:15px;width:100%}.zone-section{background-color:#fff;border:none;border-radius:12px;box-shadow:0 8px 24px #959da533;margin-bottom:25px;padding:20px;transition:all .3s ease}.zone-section:hover{box-shadow:0 12px 28px #5b3edb26;transform:translateY(-3px)}.zone-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.combination-container{border-radius:10px;flex:0 0 auto;margin-bottom:20px;padding:8px;transition:transform .25s ease}.combination-container:hover{background-color:#f5f7fa80;transform:translateY(-4px)}.combination-title{align-items:center;color:#333;display:flex;flex-wrap:wrap;font-size:17px;font-weight:600;gap:10px;margin-bottom:12px}.zone-block{background-color:#f9fafb;border:none;border-radius:10px;box-shadow:0 4px 12px #00000014;height:200px;overflow:hidden;position:relative;transition:all .3s ease;width:200px}.zone-block:hover{box-shadow:0 6px 16px #5b3edb1f}.direction-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100%;width:100%}.grid-cell{align-items:center;border:1px solid #dcdcdc80;cursor:pointer;display:flex;flex-direction:column;font-size:15px;justify-content:center;padding:8px;position:relative;transition:all .2s ease}.grid-cell.empty{background-color:#f8f9fa;opacity:.7}.grid-cell.filled{background-color:#f0f7ff;border-radius:4px}.grid-cell.filled:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.1);z-index:10}.direction-label{font-weight:700;margin-bottom:3px}.percentage-value{color:#5b3edb;font-size:18px;font-weight:700;letter-spacing:.5px;margin-bottom:1px}.attempts-value{color:#444;margin:1px 0}.attempts-value,.result-value{font-size:15px;font-weight:700}.result-value{color:#d03050;margin-top:1px}.direction-F{background:linear-gradient(135deg,#e6f7ff,#d8f0ff);border:1px solid #cce6ff;position:relative}.direction-B{background:linear-gradient(135deg,#f0f5ff,#e4edff);border:1px solid #d6e4ff;position:relative}.direction-C{background:linear-gradient(135deg,#f9f0ff,#f1e6ff);border:1px solid #ead6ff;position:relative}.direction-P{background:linear-gradient(135deg,#fff0f6,#ffe6f0);border:1px solid #ffd6e5;position:relative}.direction-S{background:linear-gradient(135deg,#fffbe6,#fff8d9);border:1px solid #fff0b3;position:relative}.data-low{opacity:.7}.data-medium{opacity:.85}.data-high{opacity:1}.grid-cell.filled:before{background:#fffffff2;border-radius:4px;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:5}.grid-cell.filled:after{content:attr(data-tooltip);display:flex;opacity:0;transition:opacity .3s ease;z-index:6}.grid-cell.filled:hover:after,.grid-cell.filled:hover:before{opacity:1}.grid-cell.filled[data-tooltip]:after{background-image:linear-gradient(#0000,#0000);content:"";display:grid;font-size:12px;font-size:0;font-weight:700;grid-template-columns:auto 1fr;grid-template-rows:repeat(3,1fr);padding:5px;text-align:center}.grid-cell.filled{--direction:"";--label1:"%";--label2:"n";--label3:"R%"}.tooltip-container{align-items:center;background:#fffffff2;border-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:15}.grid-cell.filled:hover .tooltip-container{opacity:1}.tooltip-layout{display:grid;grid-template-columns:auto 1fr;grid-template-rows:repeat(3,1fr);height:100%;width:100%}.tooltip-direction{background:#ffffffb3;color:#333;font-size:13px;grid-column:1;grid-row:1/span 3;padding-right:5px;transform:rotate(180deg);writing-mode:vertical-lr}.tooltip-direction,.tooltip-label{align-items:center;display:flex;font-weight:700;justify-content:center}.tooltip-label{color:#666;font-size:12px}.empty{opacity:0}.combination-title .attempts-label,.combination-title .percentage-label{background-color:#f5f7ff;border-radius:15px;box-shadow:0 1px 3px #0000000d;font-size:15px;margin-left:12px;padding:3px 10px}.combination-title .attempts-label{color:#333}.combination-title .percentage-label{color:#5b3edb;font-weight:700}.zone-header{background:linear-gradient(135deg,#ff6b6b,#e95858);border:none;border-radius:8px;box-shadow:0 3px 10px #e958584d;color:#fff;display:inline-block;font-size:18px;font-weight:700;letter-spacing:.5px;margin-bottom:20px;padding:8px 18px}@media (max-width:1200px){.zone-row{justify-content:space-around}.combination-container{margin:0 6px 18px}.zone-block{height:180px;width:180px}}@media (max-width:992px){.zone-block{height:160px;width:160px}.grid-cell{font-size:14px;padding:5px}.percentage-value{font-size:16px}.result-value{font-size:14px}}@media (max-width:768px){.zone-section{padding:15px}.zone-row{gap:15px;justify-content:center}.zone-block{height:140px;width:140px}.combination-title{font-size:16px}.grid-cell{font-size:12px;padding:3px}.percentage-value{font-size:14px}.result-value{font-size:12px}.attempts-value{font-size:13px}.combination-title .attempts-label,.combination-title .percentage-label{font-size:14px;margin-left:8px;padding:2px 8px}}@media (max-width:576px){.diagram-container{gap:15px;padding:10px}.zone-section{margin-bottom:18px;padding:12px}.combination-container,.zone-row{align-items:center;flex-direction:column}.combination-container{display:flex;margin-bottom:15px;width:100%}.zone-block{height:170px;width:170px}.zone-header{font-size:17px;padding:6px 14px}.combination-title{justify-content:center;text-align:center;width:100%}}.grid-cell.filled{overflow:hidden;position:relative}.grid-cell.filled:after{background:linear-gradient(135deg,#ffffff40,#fff0 60%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.attempts-value,.percentage-value,.result-value{position:relative;transition:transform .25s ease,color .25s ease;z-index:1}.grid-cell:hover .percentage-value{color:#4030cc;transform:scale(1.15)}.grid-cell:hover .attempts-value{color:#222;transform:scale(1.05)}.grid-cell:hover .result-value{color:#b02040;transform:scale(1.05)}*{transition:all .25s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.zone-section{animation:fadeIn .5s ease-out forwards}.zone-section:nth-child(2){animation-delay:.1s}.zone-section:nth-child(3){animation-delay:.2s}.zone-header:hover{box-shadow:0 5px 12px #e9585866;transform:translateY(-2px)}.grid-cell.filled .tooltip{background:#fffffff2;border-radius:4px;display:flex;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:15}.grid-cell.filled:hover .tooltip{opacity:1}.tooltip-content{display:grid;grid-template-columns:20px 1fr;grid-template-rows:repeat(3,1fr);height:100%;width:100%}.direction-vertical{align-items:center;color:#333;display:flex;font-size:12px;font-weight:700;grid-column:1;grid-row:1/span 3;justify-content:center;padding:0 2px;text-align:center;transform:rotate(180deg);writing-mode:vertical-lr}.legend-percent{color:#5b3edb;grid-row:1}.legend-attempts,.legend-percent{align-items:center;display:flex;font-size:11px;font-weight:700;grid-column:2;justify-content:center}.legend-attempts{color:#444;grid-row:2}.legend-result{align-items:center;color:#d03050;display:flex;font-size:11px;font-weight:700;grid-column:2;grid-row:3;justify-content:center}.container{padding:16px}.title{font-size:1.25rem;font-weight:700}.chart-card{border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex-shrink:0;max-width:320px;min-width:320px;padding:16px}.chart-title{font-size:1.125rem;font-weight:600;margin-bottom:16px;text-align:center}.tooltip-container-radar{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:12px}.tooltip-container-radar p{font-weight:700}.tooltip-item{color:inherit}.chart-container{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;padding-bottom:16px;scroll-behavior:smooth}.chart-container::-webkit-scrollbar{height:8px}.chart-container::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.chart-container::-webkit-scrollbar-track{background:#f1f1f1}.setter-pos-wrapper{margin:20px 0;width:100%}.setter-stats-table{border-collapse:collapse;border-spacing:0;width:100%}.setter-stats-table thead tr{background:#2f77bb;box-shadow:0 2px 5px #0003;position:-webkit-sticky;position:sticky;top:0;z-index:10}.setter-stats-table thead tr:first-child{z-index:12}.setter-stats-table thead tr:nth-child(2){z-index:11}.group-header{background-color:#2f77bb!important;color:#fff}.setter-stats-th{color:#fff;cursor:pointer;padding:10px;text-align:center;transition:background .2s}.setter-stats-th:hover{background-color:#1d5b8f}.setter-stats-td{padding:8px 10px;text-align:center;vertical-align:middle}.setter-even-row{background-color:#e3f4fe}.setter-odd-row{background-color:#d1e5f0}td.index-column.setter-even-row{background-color:#e3f4fe}td.index-column.setter-odd-row{background-color:#d1e5f0}.setter-stats-table tbody tr:hover{background-color:#bae6fd!important;transition:background-color .3s ease}.index-column{left:0;min-width:100px;position:-webkit-sticky;position:sticky;width:100px;z-index:5}.setter-stats-table thead th.index-column{background-color:#2f77bb;z-index:25!important}.setter-stats-table tbody td.index-column{background-color:inherit;z-index:10}.setter-stats-table tbody tr:hover td.index-column{background-color:#bae6fd}@media screen and (min-width:769px) and (max-width:1024px){.team-table-container{max-height:80vh;overflow-x:auto}.setter-stats-table{min-width:800px}.setter-stats-table thead tr{position:-webkit-sticky;position:sticky;top:0;z-index:10}.setter-stats-table thead th.index-column{z-index:25!important}.setter-stats-table thead tr:first-child{z-index:12}.setter-stats-table thead tr:nth-child(2){z-index:11}.setter-stats-table tbody td:nth-child(2),.setter-stats-table thead th:nth-child(2){box-shadow:none;position:static;z-index:auto}}@media screen and (max-width:768px){.team-table-container{max-height:75vh;overflow-x:auto}.setter-stats-table{font-size:14px;min-width:600px}.setter-stats-table thead tr{font-size:14px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.setter-stats-table thead tr:first-child{z-index:12}.setter-stats-table thead tr:nth-child(2){z-index:11}.setter-stats-table thead th.index-column{background-color:#2f77bb;color:#fff;min-width:80px;width:80px;z-index:35!important}.setter-stats-table tbody td.index-column{background-color:inherit;min-width:80px;width:80px;z-index:15}.setter-stats-table tbody td:nth-child(2),.setter-stats-table thead th:nth-child(2){box-shadow:none;position:static;z-index:auto}.setter-stats-td,.setter-stats-th{font-size:14px;padding:6px}}:root{--primary-color:#4caf50;--primary-hover:#388e3c;--text-color:#333;--border-color:#e0e0e0;--background-light:#b7dee7;--shadow:0 4px 10px #cab5fc1a;--border-radius:8px;--transition:all 0.3s ease}.filters-container{background-color:#b7dee7;background-color:var(--background-light);border-radius:8px;border-radius:var(--border-radius);box-shadow:0 4px 10px #cab5fc1a;box-shadow:var(--shadow);display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;margin-bottom:24px;padding:20px;position:relative;z-index:1000}.filters-item{display:flex;flex:1 1 160px;flex-direction:column;gap:8px;min-width:0;position:relative}.filters-item label{color:#333;color:var(--text-color);font-size:14px;font-weight:600;margin-bottom:4px}.filters-item input,.filters-item select{background-color:#fff;border:1px solid #e0e0e0;border:1px solid var(--border-color);border-radius:6px;font-size:14px;padding:10px 12px;position:relative;transition:all .3s ease;transition:var(--transition);width:100%;z-index:1000}.filters-item input:focus,.filters-item select:focus{border-color:#4caf50;border-color:var(--primary-color);box-shadow:0 0 0 2px #4caf5033;outline:none;z-index:1001}.filters-item select option{z-index:1001}.filters-item .gender-options{display:flex;flex-wrap:wrap;gap:16px;z-index:1000}.gender-options label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:6px}.gender-options input[type=radio]{appearance:none;-webkit-appearance:none;border:2px solid #e0e0e0;border:2px solid var(--border-color);border-radius:50%;cursor:pointer;height:18px;margin:0;outline:none;position:relative;width:18px}.gender-options input[type=radio]:checked{border-color:#4caf50;border-color:var(--primary-color)}.gender-options input[type=radio]:checked:after{background-color:#4caf50;background-color:var(--primary-color);border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.filter-button-container{display:flex;justify-content:flex-end;margin-top:24px;width:100%;z-index:1000}.filter-button{background-color:#4caf50;background-color:var(--primary-color);border:none;border-radius:8px;border-radius:var(--border-radius);box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease;transition:var(--transition);z-index:1000}.filter-button:hover{background-color:#388e3c;background-color:var(--primary-hover);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.filter-button:active{transform:translateY(0)}@media (max-width:768px){.filters-container{gap:16px;padding:16px}.filters-item{flex:1 1 100%}.filter-button-container{justify-content:center}.filter-button{max-width:320px;width:100%}}@media (max-width:480px){.filters-container{gap:12px;padding:12px}.filters-item label{font-size:13px}.filters-item input,.filters-item select{font-size:13px;padding:8px 10px}}.no-matches-message{animation:blink 1.5s infinite alternate!important;background-color:#ff4d4d!important;border-radius:10px!important;box-shadow:0 4px 8px #0003!important;color:#fff!important;font-size:24px!important;font-weight:700!important;margin:20px 0!important;padding:20px!important;position:relative;text-align:center!important;z-index:1}@keyframes blink{0%{opacity:1}to{opacity:.7}}.analysis-table{border-collapse:collapse;width:100%}.team-disabled-select{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#333;display:flex;font-weight:500;min-height:38px;padding:8px 12px}.analysis-table thead tr{background:#2f77bb;box-shadow:0 2px 5px #0003;position:-webkit-sticky;position:sticky;top:65px;z-index:2}.analysis-table th{cursor:pointer;transition:background .2s}.analysis-table th:hover{background-color:#1d5b8f}.match-count-info{background-color:#e6f3ff;border-left:4px solid #3498db;border-radius:4px;font-size:14px;margin-bottom:18px;margin-top:10px;padding:8px 12px}@media screen and (min-width:769px) and (max-width:1024px){.analysis-table-wrapper{-webkit-overflow-scrolling:touch;max-height:80vh;overflow-x:auto;position:relative;width:100%}.analysis-table{border-collapse:initial;border-spacing:0;min-width:800px}.analysis-table thead tr{position:-webkit-sticky;position:sticky;top:0;z-index:20}.analysis-table tbody tr td:nth-child(2),.analysis-table thead tr th:nth-child(2){background-color:#2f77bb;color:#fff;left:0;min-width:150px;position:-webkit-sticky;position:sticky;width:150px;z-index:15}.analysis-table tr:hover{background-color:#bae6fd!important;transition:background-color .3s ease}.analysis-table thead tr th:nth-child(2){left:0;z-index:40}.analysis-table tbody tr td:nth-child(2){box-shadow:2px 0 5px #0000001a}.analysis-table td:nth-child(2){max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-table tbody tr:nth-child(2n) td:nth-child(2){background-color:#d1e5f0}.analysis-table tbody tr:nth-child(odd) td:nth-child(2){background-color:#e3f4fe}.analysis-table td,.analysis-table th{flex:1 1;min-width:120px;text-align:center}}@media screen and (max-width:768px){.analysis-table-wrapper{max-height:75vh;overflow-x:auto;position:relative;width:100%}.analysis-table{border-collapse:collapse;border-spacing:0;font-size:14px;min-width:600px}.analysis-table thead tr{font-size:14px;padding:6px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.analysis-table tbody tr td:nth-child(2),.analysis-table thead tr th:nth-child(2){background-color:#2f77bb;color:#fff;left:0;min-width:120px;position:-webkit-sticky;position:sticky;width:120px;z-index:25}.analysis-table thead tr th:nth-child(2){z-index:40}.analysis-table tbody tr:nth-child(2n) td:nth-child(2){background-color:#d1e5f0}.analysis-table tbody tr:nth-child(odd) td:nth-child(2){background-color:#e3f4fe}.analysis-table tbody tr td:nth-child(2){box-shadow:2px 0 5px #0000001a}.analysis-table td:nth-child(2){max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-table tr:hover{background-color:#bae6fd!important;transition:background-color .3s ease}.analysis-table td,.analysis-table th{flex:1 1;font-size:14px;min-width:100px;text-align:center}}.team-table-container{-webkit-overflow-scrolling:touch;margin-top:20px;max-height:85vh;overflow-x:auto;position:relative;width:100%}.team-stats-table{border-collapse:collapse;border-spacing:0;min-width:1200px;width:100%}.team-stats-table td,.team-stats-table th{border:1px solid #ddd;padding:8px;text-align:center;white-space:nowrap}.team-stats-table th{background-color:#2f77bb;color:#fff;font-weight:700}.team-stats-table thead,.team-stats-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:30}.team-stats-table thead th:first-child{left:0;position:-webkit-sticky;position:sticky;z-index:40}.team-stats-table tbody tr td:first-child{left:0;position:-webkit-sticky;position:sticky;z-index:20}.team-stats-table thead th:nth-child(2){left:32px;position:-webkit-sticky;position:sticky;z-index:40}.team-stats-table tbody tr td:nth-child(2){box-shadow:2px 0 5px #0000001a;left:32px;position:-webkit-sticky;position:sticky;z-index:20}.team-stats-table thead tr:nth-child(2) th{position:-webkit-sticky;position:sticky;top:36px;z-index:25}.team-stats-table thead tr:nth-child(2) th:first-child{left:0;position:-webkit-sticky;position:sticky;z-index:35}.team-stats-table thead tr:nth-child(2) th:nth-child(2){left:32px;position:-webkit-sticky;position:sticky;z-index:35}.team-stats-th:hover{background-color:#2b5981;cursor:pointer}.team-stats-table tr:nth-child(2n){background-color:#d1e5f0}.team-stats-table tr:nth-child(odd){background-color:#e3f4fe}.team-stats-table tbody tr:nth-child(2n) td:first-child,.team-stats-table tbody tr:nth-child(2n) td:nth-child(2){background-color:#d1e5f0}.team-stats-table tbody tr:nth-child(odd) td:first-child,.team-stats-table tbody tr:nth-child(odd) td:nth-child(2){background-color:#e3f4fe}.team-stats-table tbody tr:hover{transition:background-color .3s ease}.team-stats-table tbody tr:hover,.team-stats-table tbody tr:hover td:first-child,.team-stats-table tbody tr:hover td:nth-child(2){background-color:#bae6fd!important}.team-stats-td.active-column,.team-stats-th.active{background-color:#93c6f0}@media screen and (min-width:769px) and (max-width:1024px){.team-table-container{max-height:80vh}.team-stats-table{font-size:.9em;min-width:800px}.team-stats-table thead tr:nth-child(2) th{top:35px}.team-stats-table tbody tr td:nth-child(2),.team-stats-table thead th:nth-child(2),.team-stats-table thead tr:nth-child(2) th:nth-child(2){left:30px}}@media screen and (max-width:768px){.team-table-container{max-height:75vh}.team-stats-table{font-size:14px;min-width:600px}.team-stats-table td,.team-stats-table th{padding:6px}.team-stats-table thead tr:nth-child(2) th{top:30px}.team-stats-table tbody tr td:nth-child(2){max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-stats-table tbody tr td:nth-child(2),.team-stats-table thead th:nth-child(2),.team-stats-table thead tr:nth-child(2) th:nth-child(2){left:28px}.team-stats-table td:first-child,.team-stats-table th:first-child{max-width:25px;min-width:25px;width:25px}}.player-table{border-collapse:collapse;margin-top:.5cm;width:100%}.player-table th{background-color:#2f77bb;color:#fff;z-index:999}.player-table thead tr th:hover{background-color:#2b5981!important}.player-table thead tr:first-child th{background-color:#2f77bb;position:-webkit-sticky;position:sticky;top:65px}.player-table thead tr:nth-child(2) th{background-color:#2f77bb;position:-webkit-sticky;position:sticky;top:100px}.sortable-header{cursor:pointer}.player-table .even-row{background-color:#d1e5f0}.player-table .odd-row{background-color:#e3f4fe}.group-header{background-color:#f2f2f2;border-bottom:1px solid #ddd}.index-column{padding:8px;text-align:center}.player-link{color:#2f77bb;font-weight:700;text-decoration:none}.player-link:hover{text-decoration:underline}.error-message{color:red;font-weight:700;margin:20px 0}@media screen and (min-width:769px) and (max-width:1024px){.table-player-container{-webkit-overflow-scrolling:touch;max-height:80vh;overflow-x:auto}.player-table{min-width:100%;width:auto}.player-table td:nth-child(2),.player-table th:nth-child(2){background-color:#2f77bb;color:#fff;left:0;position:-webkit-sticky;position:sticky;z-index:15}.player-table thead tr:first-child th{top:0;z-index:20}.player-table thead tr:nth-child(2) th{top:35px;z-index:20}.player-table thead tr:first-child th:nth-child(2){left:0;z-index:40}.player-table thead tr:nth-child(2) th:nth-child(2){left:0;z-index:25}.player-table tr:hover{background-color:#bae6fd!important;transition:background-color .3s ease}.player-table .even-row td:nth-child(2){background-color:#d1e5f0}.player-table .odd-row td:nth-child(2){background-color:#e3f4fe}}@media screen and (max-width:768px){.table-player-container{max-height:75vh;overflow-x:auto;position:relative;width:100%}.player-table{font-size:14px;min-width:600px}.player-table thead tr:first-child th{font-size:14px;padding:6px;top:0;z-index:30}.player-table thead tr:nth-child(2) th{font-size:13px;padding:5px;top:29px;z-index:30}.player-table td:nth-child(2),.player-table th:nth-child(2){background-color:#2f77bb;color:#fff;left:0;min-width:120px;position:-webkit-sticky;position:sticky;z-index:25}.player-table thead tr:first-child th:nth-child(2){z-index:40}.player-table thead tr:nth-child(2) th:nth-child(2){z-index:35}.player-table .even-row td:nth-child(2){background-color:#d1e5f0}.player-table tr:hover{background-color:#bae6fd!important;transition:background-color .3s ease}.player-table .odd-row td:nth-child(2){background-color:#e3f4fe}}.additional-table-rating,.main-table-rating{border-collapse:collapse;width:100%}.main-table-rating th:hover{background-color:#2b5981;cursor:pointer}.additional-table-rating td,.additional-table-rating th{font-size:14px;padding:8px;text-align:center;width:auto}.additional-table-rating td:first-child,.additional-table-rating th:first-child{text-align:left;width:150px}.additional-table-rating td:nth-child(n+2),.additional-table-rating th:nth-child(n+2){width:90px}@media screen and (min-width:1025px){.additional-table-rating thead,.main-table-rating thead{position:-webkit-sticky;position:sticky;top:65px;z-index:10}.additional-table-rating td:first-child,.additional-table-rating th:first-child,.main-table-rating td:first-child,.main-table-rating th:first-child{box-shadow:2px 0 3px #0000001a;left:0;position:-webkit-sticky;position:sticky;z-index:5}}@media screen and (min-width:769px) and (max-width:1024px){.main-table-rating-wrapper{max-height:500px;overflow:auto;position:relative;width:100%}.main-table-rating{border-collapse:initial;border-spacing:0;min-width:800px}.main-table-rating thead{background-color:#2f77bb;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.main-table-rating td:first-child,.main-table-rating th:first-child{background:inherit;box-shadow:2px 0 5px #0000001a;left:0;max-width:150px;min-width:150px;position:-webkit-sticky;position:sticky;width:150px;z-index:50}.main-table-rating thead th:first-child{background:#2f77bb;z-index:150}.main-table-rating tr:nth-child(2n) td:first-child{background-color:#d1e5f0}.main-table-rating tr:nth-child(odd) td:first-child{background-color:#e3f4fe}.main-table-rating td:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-table-rating td,.main-table-rating th{flex:1 1;min-width:120px;text-align:center}.additional-table-rating thead{background-color:#2f77bb;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.additional-table-rating td:first-child,.additional-table-rating th:first-child{background:inherit;box-shadow:2px 0 5px #0000001a;left:0;max-width:150px;min-width:150px;position:-webkit-sticky;position:sticky;width:150px;z-index:50}.main-table-rating tr:hover{background-color:#bae6fd!important;transition:background-color .3s ease}.additional-table-rating thead th:first-child{background:#2f77bb;z-index:150}.additional-table-rating tr:nth-child(2n) td:first-child{background-color:#d1e5f0}.additional-table-rating tr:nth-child(odd) td:first-child{background-color:#e3f4fe}}@media screen and (max-width:768px){.main-table-rating-wrapper{max-height:75vh;overflow-x:auto;position:relative;width:100%}.additional-table-rating,.main-table-rating{border-collapse:collapse;font-size:14px;width:100%}.additional-table-rating thead,.main-table-rating thead{background-color:#2f77bb;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.additional-table-rating thead th:first-child,.main-table-rating thead th:first-child{background:#2f77bb;z-index:150}.additional-table-rating td:first-child,.additional-table-rating th:first-child,.main-table-rating td:first-child,.main-table-rating th:first-child{box-shadow:2px 0 3px -1px #0000001a;left:0;position:-webkit-sticky;position:sticky;z-index:5}.additional-table-rating tr:nth-child(2n) td:first-child,.main-table-rating tr:nth-child(2n) td:first-child{background-color:#d1e5f0}.additional-table-rating tr:nth-child(odd) td:first-child,.main-table-rating tr:nth-child(odd) td:first-child{background-color:#e3f4fe}.main-table-rating tr:hover{background-color:#bae6fd!important;transition:background-color .3s ease}.additional-table-rating td:first-child,.main-table-rating td:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.matches-list{font-family:Roboto,sans-serif;margin:0 auto;max-width:1500px;padding:15px}.match-item,.matches-list{box-sizing:border-box;width:100%}.match-item{align-items:center;background-color:#fff;border:none;border-radius:16px;box-shadow:0 4px 12px #2f77bb26;display:flex;flex-direction:row;justify-content:space-between;margin:15px 0;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.match-item:hover{box-shadow:0 8px 16px #2f77bb40;transform:translateY(-3px)}.match-item:before{background:linear-gradient(180deg,#2f77bb,#134a7c);bottom:0;content:"";left:0;position:absolute;top:0;width:5px}.match-details{align-items:center;display:flex;flex-wrap:wrap;gap:20px;width:100%}.match-date{background-color:#f2f8fd;border-radius:20px;box-sizing:border-box;color:#333;font-size:14px;font-weight:600;min-width:130px;padding:6px 12px;text-align:center;white-space:nowrap}.match-teams{align-items:center;display:flex;flex:1 1;gap:10px;justify-content:space-between;padding:0 10px;position:relative}.match-teams,.team{box-sizing:border-box;min-width:0}.team{flex:2 1;font-size:18px;font-weight:600;max-width:100%;overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:normal;word-break:break-word}.score,.team{text-align:center}.score{background-color:#f0f7ff;border-radius:12px;box-shadow:0 2px 5px #0000000d;box-sizing:border-box;color:#333;flex:0 0 auto;font-size:22px;font-weight:700;min-width:80px;padding:5px 15px;position:relative}.home{color:#2f77bb;text-align:right}.away{color:#eb4d4b;text-align:left}.team-logo{display:inline-block;margin:0 5px;max-width:100%;vertical-align:middle}.download-pdf-link{align-items:center;background-color:#2f77bb;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.download-pdf-link:hover{background-color:#1d5b8f}.download-pdf-link:before{content:"рџ“„";font-size:16px}@media screen and (max-width:1024px){.match-item{padding:12px}.match-details,.match-item{align-items:stretch;flex-direction:column;width:100%}.match-details{gap:12px;margin-bottom:12px}.match-date{min-width:auto;text-align:center;white-space:normal;width:100%}.match-teams{align-items:center;flex-direction:column;gap:12px;padding:0;width:100%}.team,.team-container{justify-content:center;width:100%}.team{flex-direction:row;font-size:16px;gap:8px;max-width:100%;padding:5px 0;text-align:center}.away,.home{justify-content:center;text-align:center}.score-container{margin:10px 0;order:3}.score{font-size:20px;max-width:100px;width:100%}.download-pdf-link{justify-content:center;order:4;text-align:center;width:100%}}.no-matches-message{background-color:#f8f9fa;border-radius:12px;box-shadow:0 2px 5px #0000000d;color:#6c757d}.loading-spinner,.no-matches-message{box-sizing:border-box;font-size:16px;font-weight:500;padding:30px;text-align:center;width:100%}.loading-spinner{color:#2f77bb}.player-stats__table-container{box-sizing:border-box;margin:0 auto 20px;padding:0 10px}.player-stats__table-container,.player-table-wrapper{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;width:100%}.player-table-wrapper{overflow-y:hidden;padding-left:1px}.player-stats__table{border-collapse:collapse;font-size:14px;margin-right:1px;min-width:800px;width:100%}@media screen and (max-width:1024px){.player-stats__table-container{padding:0 5px}.player-stats__table{font-size:12px}}@media screen and (max-width:768px){.player-stats__table{font-size:11px}}@media screen and (max-width:480px){.player-stats__table{font-size:10px}}.direction-diagram{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;width:100%}.direction-diagram svg{height:auto;max-width:100%}.court-container{align-items:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:100%;overflow-x:hidden;padding:10px;width:100%}.attack-block{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;padding:15px;transition:transform .2s ease,box-shadow .2s ease;width:300px}.attack-block:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-5px)}.attack-header{display:flex;flex-direction:column;margin-bottom:15px}.attack-header h3{border-bottom:2px solid #f0f0f0;color:#333;font-size:18px;margin:0 0 10px;padding-bottom:5px;text-align:center}.attack-summary{display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between;margin-bottom:10px}.summary-item{align-items:center;background-color:#f5f5f5;border-radius:5px;display:flex;flex-direction:column;min-width:40px;padding:5px}.summary-label{color:#555;font-size:12px;font-weight:700;margin:0}.summary-value{color:#333;font-size:14px;margin:0}.court-diagram{margin-bottom:15px;width:100%}.court-diagram svg{display:block;height:auto;margin:0 auto;max-width:300px;width:100%}.court-legend{background-color:#f5f5f5;border-radius:5px;display:flex;flex-direction:column;font-size:12px;margin-bottom:10px;padding:8px}.legend-title{color:#555;font-weight:700;margin-bottom:5px}.legend-items{display:flex;flex-wrap:wrap;gap:8px}.legend-item{align-items:center;display:flex;gap:5px}.legend-key{background-color:#ddd;border-radius:50%;color:#333;display:inline-block;font-size:10px;font-weight:700;height:16px;line-height:16px;text-align:center;width:16px}.legend-value{color:#666;font-size:11px}.attack-stats{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:10px}.attack-stats p{color:#555;font-size:13px;margin:0;text-align:center}@media (max-width:768px){.court-container{gap:15px;padding:5px}.attack-block{max-width:350px;padding:12px;width:100%}.attack-header h3{font-size:16px}.summary-item{min-width:35px;padding:3px}.summary-label{font-size:10px}.summary-value{font-size:12px}.attack-block{transition:none}.attack-block:hover{box-shadow:none;transform:none}}@media (max-width:480px){.attack-block{padding:10px}.attack-summary{gap:3px}.summary-item{min-width:30px;padding:2px}.court-legend{font-size:10px;padding:5px}.legend-items{gap:5px}.legend-key{height:14px;line-height:14px;width:14px}.legend-key,.legend-value{font-size:9px}.attack-stats p{font-size:11px}}.grafic-container{box-sizing:border-box;margin:0 auto;max-width:1800px;padding:24px;width:100%}.grafic-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.grafic-card{background:#fff;border-radius:.75rem;box-shadow:0 2px 10px #0000001a;margin-bottom:2.5rem;padding:1.5rem}.grafic-card-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}@media (max-width:640px){.grafic-container{padding:12px}.grafic-title{font-size:1.5rem;text-align:center}.grafic-card{padding:1rem}.grafic-card-title{font-size:1.25rem;text-align:center}}@media (min-width:641px) and (max-width:768px){.grafic-container{padding:16px}.grafic-title{font-size:1.75rem}.grafic-card{padding:1.25rem}.grafic-card-title{font-size:1.3rem}}@media (min-width:769px) and (max-width:1024px){.grafic-container{padding:20px}.grafic-title{font-size:1.85rem}}@media (min-width:1025px) and (max-width:1439px){.grafic-container{padding:24px}}@media (min-width:1440px) and (max-width:1919px){.grafic-container{max-width:1600px}}@media (min-width:1920px){.grafic-container{max-width:95%;padding:32px}}@media (orientation:landscape) and (max-width:768px){.grafic-container{padding:8px}.grafic-title{font-size:1.25rem}.grafic-card{margin-bottom:2rem;padding:.75rem}}@media (orientation:portrait) and (max-width:768px){.grafic-card{margin-bottom:1.5rem}}@media (orientation:portrait) and (max-width:600px){.player-photo-container,.player-stats-charts{display:none}}@media (max-width:600px){.player-header{align-items:center;flex-direction:column;text-align:center}.player-photo-container{margin-bottom:20px;margin-right:0}.chart-wrapper{height:auto;width:90%}}.stats-charts-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:20px}.chart-wrapper{align-items:center;background-color:#f8f9fa;border-radius:10px;box-shadow:0 1px 4px #0000001a;display:flex;flex-direction:column;height:240px;padding:10px;transition:transform .3s ease;width:180px}.chart-wrapper:hover{transform:scale(1.03)}.chart-wrapper h4{color:#333;font-size:16px;margin:0 0 10px;text-align:center}.player-header{align-items:flex-start;display:flex;flex-direction:row;margin-bottom:20px}.player-photo-container{flex:0 0 auto;margin-right:20px}.player-stats-charts{flex:1 1 auto}@media (orientation:portrait) and (max-width:600px){.player-photo-container,.stats-charts-container{display:none}.player-header{align-items:center;flex-direction:column;text-align:center}.player-stats-charts{width:100%}}@media (max-width:600px) and (orientation:landscape){.player-header{align-items:flex-start;flex-direction:row;text-align:left}.player-photo-container{margin-bottom:0;margin-right:20px}.chart-wrapper{height:220px;width:150px}}@media (min-width:601px) and (max-width:900px){.player-header{align-items:center;flex-direction:column;text-align:center}.player-photo-container{margin-bottom:20px;margin-right:0}.chart-wrapper{height:auto;width:45%}}@media (min-width:901px) and (max-width:1200px){.stats-charts-container{justify-content:center}.chart-wrapper{height:240px;width:180px}}@media (orientation:landscape) and (max-width:900px){.player-header{align-items:flex-start;flex-direction:row}.player-photo-container{margin-bottom:0;margin-right:20px}.chart-wrapper{height:240px;width:180px}}
/*# sourceMappingURL=main.53b37125.css.map*/</pre></body></html>