/* =========================================
   FICHA DE PARTIDO (DISEÑO VERTICAL)
========================================= */

.comet-btn-volver { display: inline-flex; align-items: center; gap: 6px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 14px; color: #333333; text-decoration: none; font-weight: 500; margin-bottom: 20px; transition: color 0.2s; cursor: pointer; padding: 0 15px; text-transform: uppercase; }
.comet-btn-volver:hover { color: #a2a2a2; text-decoration: none; }
.comet-icono-volver { font-size: 12px; }

.comet-cargando-caja { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 20px; color: #64748b; font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
.comet-spinner-apple { width: 32px; height: 32px; border: 3px solid rgba(148, 163, 184, 0.2); border-top-color: #94a3b8; border-radius: 50%; animation: comet-spin 1s linear infinite; margin-bottom: 16px; }
@keyframes comet-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.comet-ficha-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #111827; padding: 0 10px; }
.comet-ficha-header { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 30px 20px; text-align: center; margin-bottom: 24px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }

.comet-ficha-status { display: inline-block; padding: 4px 12px; border-radius: 9999px; font-size: 12px; font-weight: 700; margin-bottom: 20px; letter-spacing: 0.5px; text-transform: uppercase; }

/* GRILLA Y EQUIPOS VERTICALES */
.comet-header-flex { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 15px; max-width: 600px; margin: 0 auto; }
.comet-team-box { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 12px; height: 100%; }

.comet-ficha-escudo-lg { width: 95px; height: 95px; object-fit: contain; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); }
.comet-ficha-escudo-placeholder-lg { width: 95px; height: 95px; background: #e2e8f0; color: #64748b; font-size: 28px; text-transform: uppercase; font-weight: bold; display: flex; align-items: center; justify-content: center; border-radius: 50%; }

/* NOMBRE EN CAPITALIZE */
.comet-team-name-ficha { font-weight: 700; font-size: 15px; color: #111827; text-align: center; line-height: 1.2; text-transform: capitalize; max-width: 140px; }

/* MARCADOR */
.comet-score-box-ficha { font-size: 32px; font-weight: 800; color: #111827; background: #f1f5f9; padding: 10px 20px; border-radius: 12px; min-width: 100px; text-align: center; box-shadow: inset 0 2px 4px rgba(0,0,0,0.05); margin-top: 15px; }

.comet-ficha-info { font-size: 13px; color: #4b5563; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 24px; padding-top: 16px; border-top: 1px solid #f1f5f9; }

/* EVENTOS Y TIMELINE */
.comet-timeline { width: 100%; max-width: 600px; margin: 0 auto; padding: 30px 0; border-bottom: 1px solid #e5e5ea; margin-bottom: 30px; position: relative; }
.comet-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: linear-gradient(to bottom, transparent, #e5e5ea 5%, #e5e5ea 95%, transparent); transform: translateX(-50%); z-index: 0; }
.comet-timeline-row { display: flex; width: 100%; margin-bottom: 24px; align-items: center; position: relative; z-index: 1; }
.comet-timeline-left, .comet-timeline-right { width: 45%; display: flex; align-items: center; }
.comet-timeline-left { justify-content: flex-end; text-align: right; padding-right: 20px; }
.comet-timeline-right { justify-content: flex-start; text-align: left; padding-left: 20px; }
.comet-timeline-center { width: 10%; display: flex; justify-content: center; position: relative; }
.comet-event-min { position: relative; z-index: 1; background: #ffffff; border: 1px solid #e5e5ea; border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: #1d1d1f; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.comet-event-player { font-size: 14px; font-weight: 600; color: #1d1d1f; line-height: 1.3; text-transform: capitalize; }
.comet-event-sub { display: block; font-weight: 400; color: #86868b; font-size: 12px; margin-top: 2px; }
.comet-event-icon { margin: 0 12px; font-size: 18px; display: flex; align-items: center; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08)); }
.comet-event-badge { font-size: 10px; font-weight: bold; background: #f3f4f6; color: #86868b; padding: 2px 6px; border-radius: 8px; margin-left: 4px; border: 1px solid #e5e5ea; }
.comet-tarjeta-apple { display: inline-block; width: 14px; height: 18px; border-radius: 3px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); }
.comet-tarjeta-apple.amarilla { background: #ffcc00; }
.comet-tarjeta-apple.roja { background: #ff3b30; }

/* ALINEACIONES */
.comet-section-title { text-align: center; font-size: 20px; font-weight: 800; text-transform: uppercase; color: #1f2937; margin-bottom: 24px; letter-spacing: 1px; }
.comet-alineaciones-grid { display: flex; gap: 30px; }
.comet-alineacion-col { flex: 1; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; }
.comet-alineacion-header { font-size: 16px; font-weight: 700; text-align: center; text-transform: capitalize; margin-bottom: 20px; color: #111827; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0; }
.comet-alineacion-subtitle { font-size: 12px; font-weight: 800; color: #64748b; text-transform: uppercase; margin: 15px 0 10px 0; }
.comet-lista-jugadores { list-style: none; padding: 0; margin: 0; }
.comet-lista-jugadores li { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.comet-lista-jugadores li:last-child { border-bottom: none; }
.comet-dorsal { font-weight: 700; color: #475569; width: 24px; text-align: center; background: #e2e8f0; border-radius: 4px; padding: 2px 0; font-size: 12px; }
.comet-jugador-nombre { font-weight: 500; color: #334155; text-transform: capitalize; }
.comet-cinta { color: #0284c7; font-weight: bold; font-size: 11px; }

/* ÁRBITROS */
.comet-ficha-arbitros { margin-top: 16px; padding-top: 16px; border-top: 1px solid #f1f5f9; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.comet-arbitro-main { font-size: 14px; color: #1e293b; font-weight: 500; }
.comet-arbitro-asistentes { font-size: 13px; color: #64748b; }

/* MOBILE AJUSTES */
@media (max-width: 600px) {
    .comet-header-flex { grid-template-columns: 1fr auto 1fr; gap: 5px; }
    .comet-score-box-ficha { font-size: 24px; min-width: 70px; padding: 8px 12px; margin-top: 10px; }
    .comet-ficha-escudo-lg, .comet-ficha-escudo-placeholder-lg { width: 65px; height: 65px; font-size: 20px; }
    .comet-team-name-ficha { font-size: 12px; max-width: 100px; }
    .comet-event-player { font-size: 13px; }
    .comet-event-min { width: 28px; height: 28px; font-size: 11px; }
    .comet-alineaciones-grid { flex-direction: column; gap: 20px; }
}