:root{--primary-color:rgba(131,58,180,1);--secondary-color:rgba(253,29,29,1);--tertiary-color:rgba(252,176,69,1);--gradient:linear-gradient(90deg,var(--primary-color)0%,var(--secondary-color)50%,var(--tertiary-color)100%)}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.container{width:100%}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;background:linear-gradient(135deg,rgba(131,58,180,0.1)0%,rgba(253,29,29,0.1)50%,rgba(252,176,69,0.1)100%);border-radius:20px;margin-bottom:30px}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:10px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.2rem;font-weight:400;margin-bottom:20px;color:#333}.filters{background-color:white;padding:20px;border-radius:15px;box-shadow:0 4px 10px rgba(0,0,0,0.1);margin-bottom:30px}.filters-title{font-size:1.4rem;margin-bottom:15px;color:#333}.filter-group{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.filter-count{font-size:0.9rem;color:#666;background-color:#f1f1f1;padding:5px 10px;border-radius:15px}.filter-item{flex:1;min-width:150px}.filter-label{display:block;margin-bottom:5px;font-weight:600;color:#555}.filter-select,.filter-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:1rem}.filter-buttons{display:flex;gap:10px;margin-top:15px}.filter-button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:all 0.3s ease}.apply-button{background:linear-gradient(90deg,#ed43c8);color:white}.apply-button:hover{box-shadow:0 4px 10px rgba(253,29,29,0.4)}.reset-button{background-color:#f1f1f1;color:#555}.reset-button:hover{background-color:#e1e1e1}.cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.card{background-color:white;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease;position:relative}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.15)}.card-header{display:flex;align-items:center;justify-content:space-between;padding:15px;background:var(--gradient);color:white}.player-info{display:flex;align-items:center}.player-avatar{width:45px;height:45px;border-radius:50%;background-color:#f5f5f5;color:black;display:flex;align-items:center;justify-content:center;margin-right:15px;border:2px solid white;font-weight:bold;font-size:1.2rem}.player-name{white-space:nowrap;overflow:hidden;width:155px;font-size:1.1rem;text-overflow:ellipsis;font-weight:600}.player-position{font-size:0.9rem;opacity:0.8;margin-top:2px}.player-rating{font-size:1.5rem;font-weight:700;background-color:rgba(255,255,255,0.2);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:10px}.card-body{padding:15px}.stats-grid{display:grid;gap:15px 30px;grid-template-columns:repeat(2,1fr)}.stat-item{display:flex;align-items:center;justify-content:space-between}.stat-label{font-size:0.9rem;font-weight:600;color:#555;text-transform:uppercase}.stat-bar{flex-grow:1;height:5px;background-color:#eee;margin:0 10px;border-radius:3px;overflow:hidden}.stat-value{font-size:0.9rem;font-weight:700;color:#333;min-width:25px;text-align:right}.stat-fill{height:100%;background:var(--gradient)}.card-footer{padding:15px;background-color:#f9f9f9;display:flex;align-items:center;justify-content:space-between}.team-logo{width:30px;height:30px;object-fit:contain}.team-name{font-size:0.9rem;font-weight:600;color:#555}.no-results{grid-column:1/-1;text-align:center;padding:40px;background-color:white;border-radius:15px;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.no-results-icon{font-size:3rem;color:#ddd;margin-bottom:15px}.no-results-text{font-size:1.2rem;color:#999}.team-badge{position:absolute;top:80px;right:-10px;width:40px;height:40px;border-radius:50%;background-color:white;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,0.2);overflow:hidden;z-index:1}
@media screen and(max-width:768px){.hero-title{font-size:2rem}.filter-group{flex-direction:column}.filter-item{min-width:100%}.cards-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}