@charset "UTF-8";main{width:100%;margin:0 auto 0 0}.team-profile{width:100%;margin:0 auto;background-color:#111;color:#fff;min-height:100vh}.team-header{background:linear-gradient(135deg,#c00,#111);padding:3rem 1rem;text-align:center;position:relative;border-bottom:4px solid #FDB927}.team-header .back-btn{position:absolute;top:20px;left:20px}.team-header .back-btn .btn-volver{text-decoration:none;color:#fff;background-color:#111;padding:.5rem 1rem;border-radius:8px;transition:.3s}.team-header .back-btn .btn-volver:hover{background-color:#333}.team-header .forward-btn{position:absolute;top:20px;right:20px}.team-header .forward-btn a{text-decoration:none;color:#fff;background-color:#111;padding:.5rem 1rem;border-radius:8px;transition:.3s}.team-header .forward-btn a:hover{background-color:#333}.team-header .team-big-logo{width:150px;height:150px;border-radius:50%;object-fit:contain;filter:drop-shadow(0 0 15px rgba(0,0,0,.5))}.team-header h1{font-size:2.5rem;margin:1rem 0 .2rem;text-transform:uppercase}.team-header .city{color:#ccc;letter-spacing:2px}.team-record{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;gap:20px}.team-record .record-box .label{display:block;font-size:.7rem;color:#aaa}.team-record .record-box .value{font-size:1.8rem;font-weight:700}.team-record .record-divider{width:2px;height:30px;background:#444}.team-stats-bar{display:flex;justify-content:space-around;background:#262626;padding:1.5rem;margin-top:-1px}.team-stats-bar .t-stat{text-align:center}.team-stats-bar .t-stat strong{color:#fdb927;margin-right:5px}.equipo-chart-wrap{background:#1a1a1a;border-top:1px solid #2b2b2b;display:flex;justify-content:center;padding:1rem;height:260px}.equipo-chart-wrap canvas{width:1200px!important;height:240px!important}@media(max-width:600px){.equipo-chart-wrap canvas{width:100%!important;height:240px!important}}.roster-section{padding:2rem}.roster-section h3{border-left:5px solid #cc0000;padding-left:15px;margin-bottom:2rem;text-transform:uppercase}.roster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.roster-card{background:#2b2b2b;border-radius:10px;overflow:hidden;text-decoration:none;color:#fff;transition:transform .3s;border:1px solid #333}.roster-card:hover{transform:translateY(-5px);border-color:#fdb927}.roster-card img{width:100%;height:150px;object-fit:cover;background:#333}.roster-card .roster-info{padding:10px;display:flex;flex-direction:column}.roster-card .roster-info .r-number{color:#fdb927;font-weight:700}.roster-card .roster-info .r-name{font-weight:700;font-size:.9rem}.roster-card .roster-info .r-pos{font-size:.75rem;color:#888}.sin-jugadores{color:#666;font-size:.95rem;padding:.5rem 0}.roster-card-add{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1a1a1a;border:2px dashed #444;min-height:200px;gap:0}.roster-card-add .add-plus{font-size:3rem;font-weight:300;color:#555;line-height:1;transition:color .3s}.roster-card-add .roster-info{text-align:center}.roster-card-add .roster-info .r-name{color:#888}.roster-card-add .roster-info .r-pos{color:#555}.roster-card-add:hover{border-color:#c00;transform:translateY(-5px)}.roster-card-add:hover .add-plus{color:#c00}.roster-card-add:hover .roster-info .r-name{color:#ccc}.partidos-section{padding:2rem;border-top:1px solid #2b2b2b}.partidos-section h3{border-left:5px solid #cc0000;padding-left:15px;margin-bottom:1.5rem;text-transform:uppercase}.partido-fila{display:flex;align-items:center;justify-content:space-between;background:#2b2b2b;border:1px solid #333;border-radius:10px;padding:1rem 1.5rem;margin-bottom:.8rem;text-decoration:none;color:#fff;transition:border-color .3s,transform .2s}.partido-fila:hover{border-color:#fdb927;transform:translate(4px)}.partido-fila .partido-fecha{color:#aaa;font-size:.85rem;min-width:80px}.partido-fila .partido-rival{font-weight:700;flex:1;padding:0 1rem}.partido-fila .partido-resultado{font-weight:700;color:#fdb927;min-width:60px;text-align:center}.partido-fila .partido-estado{font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.3rem .7rem;border-radius:20px;min-width:90px;text-align:center}.partido-fila .estado-finalizado{background:#1a3a1a;color:#4ade80}.partido-fila .estado-en_vivo{background:#3a1a1a;color:#f87171}.partido-fila .estado-proximamente{background:#2a2a1a;color:#fdb927}.sin-partidos{color:#666;font-size:.95rem}@media(max-width:600px){.roster-grid{grid-template-columns:repeat(2,1fr)}.team-header h1{font-size:1.8rem}.partido-fila{flex-wrap:wrap;gap:.5rem}.partido-fila .partido-rival{min-width:100%;order:-1}}
