@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap";body{font-family:Inter,sans-serif}h1,h2,h3{font-family:Poppins,sans-serif}.page{color:#e5e7eb;background:linear-gradient(to bottom right,#0f172a,#020617);width:100%;max-width:1100px;min-height:100vh;margin:0 auto;padding:1rem 0}.layout{background:linear-gradient(to bottom right,#0f172a,#020617);justify-content:center;display:flex}.container{max-width:1100px;margin:0 auto;padding:0 .75rem}.dashboard-tabs{flex-wrap:wrap;gap:12px;margin:24px 0;display:flex}.dashboard-tab{color:#fff;cursor:pointer;background:0 0;border:1px solid #2a2a2a;border-radius:10px;padding:10px 18px;font-size:14px;transition:all .2s}.dashboard-tab:hover{border-color:#fff}.dashboard-tab.active{color:#000;background:#fff;border-color:#fff}.ad{color:#fff;background:#000;justify-content:center;align-items:center;width:300px;height:500px;margin-top:200px;margin-left:50px;margin-right:50px;display:flex;position:fixed;top:0}.ad-left{left:0}.ad-right{right:0}.ad img{object-fit:cover;width:120%;height:120%}@media (width<=1000px){.ad{display:none}}.grid-main{grid-template-columns:repeat(12,1fr);gap:1rem;display:grid}.grid-left{flex-direction:column;grid-column:span 9/span 9;gap:1rem;display:flex}.grid-right{flex-direction:column;grid-column:span 3/span 3;gap:1rem;display:flex}.card{background-color:#111827;border:1px solid #374151;border-radius:.75rem;padding:0;overflow:hidden}.card-title{border-bottom:1px solid #374151;margin:0;padding:0 .75rem .35rem;font-size:1rem;font-weight:700;line-height:1.2}.card-content{flex-direction:column;gap:.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.5rem 0;font-size:.75rem;font-weight:500}.btn-primary{color:#fff;background-color:#16a34a}.btn-primary:hover{background-color:#15803d}.btn-secondary{color:#fff;background-color:#1f2937;margin-top:.75rem}.btn-secondary:hover{background-color:#374151}.badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-success{color:#fff;background:#16a34a}.badge-warning{color:#000;background:#eab308}.badge-info{color:#fff;background:#2563eb}.matchtable{flex-direction:column;display:flex}.matchtable-header,.matchtable-row{grid-template-columns:110px minmax(130px,1fr) 80px minmax(130px,1fr) minmax(150px,1.2fr);align-items:center;padding:.8rem 0;display:grid}.matchtable-header>*,.matchtable-row>*{text-align:center;justify-content:center;align-items:center}.matchtable-row:hover{background-color:#334155}.team{justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;display:flex}.team-logo{flex-shrink:0;width:30px;height:30px}.matchtable-row:hover .team-logo{transform:scale(1.2)}.pagination{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.pagination button{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:6px;padding:6px 12px}.pagination button:disabled{opacity:.4;cursor:not-allowed}@media (width<=480px){.matchtable-header{display:none}.matchtable-row{background:#1e293b73;border:1px solid #334155;border-radius:12px;grid-template-columns:1fr auto 1fr;grid-template-areas:"date date date""home score away""location location location";align-items:center;gap:12px 8px;margin-bottom:12px;padding:12px;display:grid}.matchtable-row>div:first-child{text-align:center;grid-area:date;font-weight:600}.matchtable-row>div:nth-child(2){grid-area:home;justify-self:start}.matchtable-row>div:nth-child(3){text-align:center;grid-area:score;min-width:60px;font-size:1.2rem;font-weight:700}.matchtable-row>div:nth-child(4){grid-area:away;justify-self:end}.matchtable-row>div:nth-child(5){text-align:center;color:#cbd5e1;grid-area:location;font-size:.95rem}.team{align-items:center;gap:6px;width:auto;min-width:0;display:flex}.team-home{justify-content:flex-start}.team-away{justify-content:flex-end}.team-away span,.team-home span{text-overflow:ellipsis;white-space:nowrap;max-width:90px;overflow:hidden}.team-logo{flex-shrink:0;width:26px;height:26px}}.standings-table{flex-direction:column;width:100%;display:flex}.standings-grid{grid-template-columns:70px minmax(220px,1.8fr) 70px 90px 80px 120px;align-items:center;column-gap:12px;width:100%;display:grid}.standings-grid-header{color:#e5e7eb;border-bottom:1px solid #4b5563;padding:.8rem .75rem;font-weight:600}.standings-grid-row{border-bottom:1px solid #374151;padding:.9rem .75rem;transition:background-color .2s}.standings-grid-row:last-child{border-bottom:none}.standings-grid-row:hover{background-color:#334155}.standings-col-position{text-align:center;color:#9ca3af;white-space:nowrap;font-weight:600}.standings-col-player-header{white-space:nowrap}.standings-col-number{text-align:center;white-space:nowrap}.standings-player-cell{align-items:center;gap:8px;min-width:0;display:flex}.standings-player-name{color:#e5e7eb;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable:hover{color:#38bdf8}.player-avatar{object-fit:cover;background-color:#4b5563;border-radius:999px;width:100%;height:100%;display:block}@media (width<=480px){.standings-table{box-sizing:border-box;width:100%;padding:0 6px}.standings-grid{box-sizing:border-box;width:100%}.standings-grid-header{display:none}.standings-grid-row{box-sizing:border-box;background:#1e293b73;border:1px solid #374151;border-radius:16px;grid-template-columns:40px 1fr auto;grid-template-areas:"position player points""games goals assists";align-items:center;margin-bottom:10px;padding:10px;display:grid}.standings-grid-row:last-child{border-bottom:1px solid #374151}.standings-grid-row>.standings-col-position{color:#cbd5e1;background:#ffffff0f;border-radius:999px;grid-area:position;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.standings-grid-row>.standings-player-cell{grid-area:player;align-items:center;gap:10px;min-width:0;display:flex}.standings-grid-row>.standings-col-number:nth-child(3){text-align:center;color:#e5e7eb;grid-area:points;padding-top:4px;font-size:.82rem;font-weight:600}.standings-grid-row>.standings-col-number:nth-child(3):before{content:"P";color:#94a3b8;margin-bottom:2px;font-size:.72rem;font-weight:500;display:block}.standings-grid-row>.standings-col-number:nth-child(4){grid-area:games}.standings-grid-row>.standings-col-number:nth-child(5){grid-area:goals}.standings-grid-row>.standings-col-number:nth-child(6){grid-area:assists}.standings-grid-row>.standings-col-number:nth-child(4),.standings-grid-row>.standings-col-number:nth-child(5),.standings-grid-row>.standings-col-number:nth-child(6){text-align:center;color:#e5e7eb;padding-top:4px;font-size:.82rem;font-weight:600}.standings-grid-row>.standings-col-number:nth-child(4):before,.standings-grid-row>.standings-col-number:nth-child(5):before,.standings-grid-row>.standings-col-number:nth-child(6):before{color:#94a3b8;margin-bottom:2px;font-size:.72rem;font-weight:500;display:block}.standings-grid-row>.standings-col-number:nth-child(4):before{content:"Jogos"}.standings-grid-row>.standings-col-number:nth-child(5):before{content:"Golos"}.standings-grid-row>.standings-col-number:nth-child(6):before{content:"Assistências"}.standings-player-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.98rem;font-weight:600;overflow:hidden}.player-avatar-wrapper{flex-shrink:0;width:30px;height:30px}}.tabs{gap:10px;margin-bottom:1.5rem;display:flex}.tabs button{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:8px 14px}.tabs .active{background:#22c55e}.header-wrapper{margin-bottom:1rem;position:relative}.header-glow{filter:blur(20px);background:linear-gradient(90deg,#22c55e1a,#3b82f61a);border-radius:.75rem;position:absolute;inset:0}.header{background-color:#111827;border:1px solid #374151;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:relative}.header-title{font-size:1.25rem;font-weight:600}.header-subtitle{color:#9ca3af;margin-top:.25rem;font-size:.75rem}.stats{gap:.5rem;display:flex}.stat{text-align:center;background-color:#1e293b;border:1px solid #4b5563;border-radius:.5rem;min-width:80px;padding:.5rem .75rem}.stat-label{color:#9ca3af;font-size:10px}.stat-value{font-size:.85rem;font-weight:600}.stats-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.stat-row{border-radius:6px;justify-content:space-between;align-items:center;padding:6px 10px;transition:background .2s;display:flex}.stat-row:hover{background-color:#ffffff0d}.player-name{font-size:.9rem;font-weight:500}.player-stats{gap:10px;font-weight:600;display:flex}.goal{color:#22c55e}.assist{color:#3b82f6}.card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172acc;border:1px solid #ffffff14;border-radius:12px;padding:20px}@media (width<=768px){.card{border-radius:12px;padding:16px}.card h2{margin-bottom:12px;font-size:1.4rem}.stats-container{flex-direction:column;gap:20px;display:flex}.stats-container h3{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:1rem;display:flex}.team-total{color:#9ca3af;font-size:.75rem}.stat-row{border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.stat-row+.stat-row{margin-top:4px}.player-name{text-overflow:ellipsis;white-space:nowrap;max-width:60%;font-size:.85rem;overflow:hidden}.player-stats{gap:8px;font-size:.85rem;display:flex}.goal,.assist{align-items:center;gap:2px;font-weight:600;display:flex}.top-player{background:#22c55e1f;border-left:3px solid #22c55e}.stats-container>div:not(:last-child){border-bottom:1px solid #ffffff14;padding-bottom:10px}}.pitch{aspect-ratio:16/9;background-image:url(resources/soccer_pitch.png);background-position:50%;background-repeat:no-repeat;background-size:98%;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #00000080}.pitch-wrapper{justify-content:center;display:flex}@media (width<=768px){.pitch{aspect-ratio:2/3;background-image:url(resources/soccer_pitch_vertical.png);background-size:95%}}.absolute-player{position:absolute;transform:translate(-50%,-50%)}.player{cursor:pointer;flex-direction:column;align-items:center;gap:4px;transition:all .2s;display:flex}.player:hover{transform:translate(-50%,-50%)scale(1.05)}.player-img{object-fit:cover;background:#ccc;border:2px solid #fff;border-radius:50%;width:50px;height:50px}.player-name-pitch{color:#fff;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#0009;border-radius:6px;max-width:70px;padding:2px 6px;font-size:12px;font-weight:600;overflow:hidden}@media (width<=480px){.player-img{width:30px;height:30px}.player-name-pitch{max-width:55px;font-size:10px}}.header-left{align-items:center;gap:1rem;display:flex}.league-logo{object-fit:cover;border-radius:12px;width:60px;height:60px;box-shadow:0 0 12px #007bff66}.header{justify-content:space-between;align-items:center;display:flex}.group-stats{gap:.5rem;display:flex}.group-stat{text-align:center;background-color:#1e293b;border:1px solid #4b5563;border-radius:.5rem;min-width:80px;padding:.5rem .75rem}.group-stat-label{color:#9ca3af;font-size:10px}.group-stat-value{font-size:.85rem;font-weight:600}.group-stat-row{border-radius:6px;justify-content:space-between;align-items:center;padding:6px 10px;transition:background .2s;display:flex}.group-stat-row:hover{background-color:#ffffff0d}.group-stats-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.group-stats-grid{text-align:center;grid-template-columns:repeat(6,1fr);gap:16px;padding:20px 10px;display:grid}.group-stat-box{cursor:default;border-radius:12px;padding:16px 8px;transition:all .25s}.group-stat-box:hover{background:#3b82f614;transform:scale(1.08)translateY(-4px);box-shadow:0 0 12px #3b82f666}.group-stat-value{color:#fff;font-size:28px;font-weight:700;transition:all .25s}.group-stat-box:hover .stat-value{color:#60a5fa;text-shadow:0 0 8px #60a5facc}.group-stat-label{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-top:6px;font-size:12px}@media (width<=480px){body,html{overflow-x:hidden}.grid-main{flex-direction:column;gap:16px;display:flex}.grid-left,.grid-right{width:100%}.header{flex-direction:column;align-items:flex-start;gap:12px}.group-stats{grid-template-columns:repeat(3,1fr);gap:6px;width:100%;display:grid}.group-stat{min-width:unset;border-radius:.4rem;padding:.1rem .5rem}.group-stat-row{border-radius:6px;justify-content:space-between;align-items:center;padding:6px 10px;transition:background .2s;display:flex}.group-stat-row:hover{background-color:#ffffff0d}.group-stats-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.group-stats-grid{text-align:center;grid-template-columns:repeat(6,1fr);gap:16px;padding:20px 10px;display:grid}.group-stat-box{cursor:default;border-radius:12px;padding:16px 8px;transition:all .25s}.group-stat-box:hover{background:#3b82f614;transform:scale(1.08)translateY(-4px);box-shadow:0 0 12px #3b82f666}.group-stat-value{color:#fff;font-size:20px;font-weight:700;transition:all .25s}.group-stat-box:hover .stat-value{color:#60a5fa;text-shadow:0 0 8px #60a5facc}.group-stat-label{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-top:6px;font-size:12px}.table-container{width:100%;overflow-x:auto}table{table-layout:fixed;width:100%}th,td{word-wrap:break-word;overflow-wrap:break-word;padding:6px 4px;font-size:12px}th:first-child,td:first-child{width:70px}th:nth-child(2),td:nth-child(2),th:nth-child(3),td:nth-child(3),th:nth-child(4),td:nth-child(4),th:nth-child(5),td:nth-child(5){width:60px}th:nth-child(6),td:nth-child(6){width:50px}.dashboard-tabs{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dashboard-tab{width:100%;padding:10px 0;font-size:14px}.container{box-sizing:border-box;width:100%;max-width:100%;padding:12px}.card{box-sizing:border-box;width:100%;max-width:100%}}.player-item{border-bottom:1px solid #4b5563;justify-content:space-between;padding:.5rem 0;display:flex}.player-info{align-items:center;gap:.5rem;display:flex}.player-avatar{background-color:#4b5563;border-radius:9999px;width:30px;height:30px}.player-header{align-items:center;gap:10px;font-size:28px;font-weight:700;display:inline-flex}.player-header span{line-height:1}.flag-icon{justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.player-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.player-meta-item{align-items:center;gap:5px;display:inline-flex}.flag-small{width:18px;height:18px}.player-avatar-small{width:50px;height:50px}.player-info-gap{gap:1rem}.player-header-card{align-items:center;gap:16px;display:flex}.player-avatar-large{background-color:#4b5563;border-radius:50%;width:80px;height:80px}.sport-tabs{gap:10px;margin:16px 0;display:flex}.sport-tabs button{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:6px 12px}.sport-tabs .active{background:#22c55e}.stats-grid{text-align:center;grid-template-columns:repeat(6,1fr);gap:16px;padding:20px 10px;display:grid}.stat-box{cursor:default;border-radius:12px;padding:16px 8px;transition:all .25s}.stat-box:hover{background:#3b82f614;transform:scale(1.08)translateY(-4px);box-shadow:0 0 12px #3b82f666}.stat-value{color:#fff;font-size:28px;font-weight:700;transition:all .25s}.stat-box:hover .stat-value{color:#60a5fa;text-shadow:0 0 8px #60a5facc}.stat-label{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-top:6px;font-size:12px}.match-row{justify-content:space-between;padding:10px 0;display:flex}.match-date{opacity:.7}.card{margin-bottom:24px}.standings-header,.standings-row{grid-template-columns:2fr repeat(4,1fr)}.standings-row:hover{background-color:#1a2233}.match-header{flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.header-meta{text-align:center;margin:0;font-size:1.25rem;font-weight:600}.score-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;width:100%;display:grid}.match-team-block{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-width:0;display:flex}.match-team-logo-wrapper{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:.75rem;display:flex}.match-team-logo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.match-team-name{text-align:center;word-break:break-word;margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.score{text-align:center;justify-content:center;align-self:start;align-items:center;min-width:140px;min-height:120px;display:flex}.game-details-score-title{margin:0;font-size:3rem;font-weight:700;line-height:1;display:block}.timeline{flex-direction:column;gap:10px;margin-top:1rem;display:flex}.event-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.event-right,.event-left{width:100%}.event{border-radius:12px;padding:6px 12px}.event-info-left{text-align:left;width:100%}.event-info-right{text-align:right;width:100%}.primary-user{font-size:16px;font-weight:700}.secondary-user{font-size:12px}.event-minute-home{margin-right:10px;font-size:14px}.event-minute-away{margin-left:10px;font-size:14px}.game-events-score{border:1px solid #fff;border-radius:12px;margin-left:10px;margin-right:10px;padding:2px 10px;font-family:Poppins,sans-serif;font-size:16px;display:inline-block}.event-comment{margin-left:6px;margin-right:6px;font-size:12px}.icon-details{vertical-align:middle;background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block}.goal-icon{background-image:url(resources/goal.png);width:20px;height:20px}.goal-icon-own-goal{background-image:url(resources/own_goal.png);width:30px;height:30px}.yellow-card-icon{background-image:url(resources/yellow-card.png);width:30px;height:30px}.second-yellow-card-icon{background-image:url(resources/second_yellow.png);width:30px;height:30px}.red-card-icon{background-image:url(resources/red-card.png);width:30px;height:30px}.penalty-icon{background-image:url(resources/penalty.png);width:25px;height:25px;margin-right:8px}.missed_penalty-icon{background-image:url(resources/penalty_missed.png);width:20px;height:20px;margin-left:8px;margin-right:8px}@media (width<=480px){.match-header{gap:1rem}.header-meta{padding:0 .5rem;font-size:.95rem}.score-row{grid-template-columns:1fr auto 1fr;justify-items:center;gap:.5rem}.score{order:0;align-self:center;min-width:auto;min-height:auto}.match-team-block{width:100%}.match-team-logo-wrapper{width:56px;height:56px}.match-team-name{font-size:.95rem}.game-details-score-title{font-size:1.8rem}.primary-user{font-size:12px}.secondary-user{font-size:10px}.event-minute-home{margin-right:5px;font-size:12px}.event-minute-away{margin-left:5px;font-size:12px}.goal-icon,.goal-icon-own-goal,.yellow-card-icon,.second-yellow-card-icon,.red-card-icon{width:24px;height:24px}.penalty-icon{width:20px;height:20px;margin-right:6px}.missed_penalty-icon{width:24px;height:24px;margin-right:6px}.game-events-score{padding:2px 8px;font-size:12px}.event-comment{font-size:11px}.event-row{flex-direction:column;gap:6px}.event{border-radius:12px;padding:6px 0}.dashboard-tabs{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.dashboard-tab{white-space:nowrap;width:100%;padding:8px 4px;font-size:.75rem}}.player-list{flex-direction:column;display:flex}.player-item{border-bottom:1px solid #4b5563;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.75rem;transition:background-color .2s;display:flex}.player-item:hover{background-color:#334155}.player-info{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.player-rank{color:#6b7280;text-align:center;flex-shrink:0;width:16px}.player-avatar-wrapper{flex-shrink:0;width:28px;height:28px}.top-player-avatar{object-fit:cover;background-color:#4b5563;border-radius:999px;width:100%;height:100%;display:block}.player-name{color:#e5e7eb;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.player-value{flex-shrink:0;margin-left:12px;font-weight:600}.player-list-columns{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:16px;display:grid}.player-list-column{flex-direction:column;display:flex}@media (width<=480px){.statistics-mobile-list.player-list{flex-direction:column;width:100%;display:flex}.statistics-mobile-list.player-list-columns{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;display:grid}.statistics-mobile-list .player-list-column{flex-direction:column;min-width:0;display:flex}.statistics-mobile-list .player-item{box-sizing:border-box;border-bottom:1px solid #4b5563;justify-content:space-between;align-items:center;gap:10px;min-width:0;min-height:64px;padding:.65rem 0;font-size:.85rem;transition:background-color .2s;display:flex}.statistics-mobile-list .player-info{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.statistics-mobile-list .player-rank{color:#6b7280;text-align:center;flex-shrink:0;width:18px;font-size:.8rem}.statistics-mobile-list .player-avatar-wrapper{flex-shrink:0;width:30px;height:30px}.statistics-mobile-list .top-player-avatar{object-fit:cover;background-color:#4b5563;border-radius:999px;width:100%;height:100%;display:block}.statistics-mobile-list .player-name{flex:1;min-width:0;line-height:1.1;overflow:hidden}.statistics-mobile-list .player-value{color:#f8fafc;text-align:right;flex-shrink:0;min-width:2ch;margin-left:8px;font-size:.9rem;font-weight:700}}.sport-groups-page{color:#fff;padding:2rem}.sport-groups-page h1{margin-bottom:2rem;font-size:2rem}.sport-groups-page .groups-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.sport-groups-page .group-card{cursor:pointer;background:linear-gradient(145deg,#0a1a3a,#050f24);border-radius:16px;padding:1.5rem;transition:all .2s}.sport-groups-page .group-card:hover{background:linear-gradient(145deg,#112a5c,#071533);transform:translateY(-5px)}.sport-groups-page .group-card h2{margin-bottom:.5rem;font-size:1.5rem}.sport-groups-page .group-card p{opacity:.8;margin-bottom:1rem}.sport-groups-page .group-card span{opacity:.6;font-size:.8rem}
