:root{font-family:Inter,system-ui,Arial,sans-serif;--bg: #f1f5f9;--surface: #ffffff;--surface-2: #f8fafc;--border: #e2e8f0;--text-primary: #0f172a;--text-secondary:#64748b;--text-muted: #94a3b8;--green-900: #14532d;--green-800: #166534;--green-700: #15803d;--green-600: #16a34a;--green-100: #dcfce7;--green-50: #f0fdf4;--goal-bg: #fef9c3;--goal-dot: #ca8a04;--assist-bg: #dbeafe;--assist-dot: #2563eb;--yellow-bg: #fef9c3;--yellow-dot: #d97706;--red-bg: #fee2e2;--red-dot: #dc2626;--sub-in-bg: #dcfce7;--sub-in-dot: #16a34a;--sub-out-bg: #fee2e2;--sub-out-dot: #dc2626;--position-bg: #f3e8ff;--position-dot: #9333ea;--shot-bg: #ffedd5;--shot-dot: #ea580c;--save-bg: #e0f2fe;--save-dot: #0369a1;--default-bg: #f1f5f9;--default-dot: #64748b;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.04)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text-primary)}h1,h2,h3{margin:0;font-weight:700}p{margin:0}ol,ul{margin:0;padding:0;list-style:none}.container{max-width:960px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.matchBody{display:grid;grid-template-columns:55fr 45fr;gap:1rem;align-items:start}@media (max-width: 768px){.matchBody{grid-template-columns:1fr}}.card{background:var(--surface);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm)}.card--accent{background:linear-gradient(135deg,var(--green-800) 0%,var(--green-700) 100%);color:#fff}.sectionTitle{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:1rem}.scorecard{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.scorecard__team{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.scorecard__team--away{align-items:center}.teamInitials{width:52px;height:52px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.4);display:grid;place-items:center;font-size:.9rem;font-weight:700;letter-spacing:.02em;color:#fff}.teamName{font-size:.85rem;font-weight:600;text-align:center;color:#ffffffe6}.scorecard__center{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.score{font-size:2.5rem;font-weight:800;letter-spacing:.04em;color:#fff;line-height:1}.badge{font-size:.65rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.badge--live{background:#22c55e;color:#fff;box-shadow:0 0 0 3px #22c55e40;animation:pulse 2s infinite}.badge--finished{background:#fff3;color:#ffffffd9}.matchMinute{font-size:1.3rem;font-weight:800;color:#fff;letter-spacing:.02em;line-height:1}.matchDate{font-size:.75rem;color:#ffffffa6;margin-top:.25rem;text-align:center}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #22c55e40}50%{box-shadow:0 0 0 6px #22c55e1a}}@media (max-width: 480px){.score{font-size:2rem}.teamInitials{width:42px;height:42px;font-size:.8rem}}.timeline{position:relative;padding-left:0}.timeline:before{content:"";position:absolute;left:52px;top:0;bottom:0;width:2px;background:var(--border);border-radius:1px}.timeline__item{display:grid;grid-template-columns:48px 20px 32px 1fr;align-items:flex-start;gap:0 .5rem;padding:.6rem 0;position:relative}.timeline__item+.timeline__item{border-top:1px solid var(--border)}.timeline__item--goal,.timeline__item--sub{padding:.8rem .6rem;margin:.15rem -.6rem;border-radius:var(--radius-sm);border-top:none}.timeline__item--goal+.timeline__item,.timeline__item--sub+.timeline__item{border-top:none}.timeline__item--goal{background:#ca8a0417;box-shadow:inset 4px 0 0 var(--goal-dot)}.timeline__item--sub{background:#16a34a14;box-shadow:inset 4px 0 0 var(--sub-in-dot)}.timeline__item--goal .timeline__action{font-size:.875rem;font-weight:800;color:var(--goal-dot)}.timeline__item--goal .timeline__minute{font-weight:800;color:var(--goal-dot)}.timeline__item--sub .timeline__action{font-weight:700;color:var(--sub-in-dot)}.timeline__item--sub .timeline__minute{font-weight:800;color:var(--sub-in-dot)}.timeline__minute{font-size:.75rem;font-weight:700;color:var(--text-secondary);text-align:right;padding-top:.5rem;line-height:1}.timeline__connector{display:flex;justify-content:center;padding-top:.65rem;position:relative;z-index:1}.timeline__dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--surface);background:var(--default-dot);box-shadow:0 0 0 2px var(--default-dot);flex-shrink:0}.timeline__dot--goal{background:var(--goal-dot);box-shadow:0 0 0 2px var(--goal-dot)}.timeline__dot--assist{background:var(--assist-dot);box-shadow:0 0 0 2px var(--assist-dot)}.timeline__dot--yellow{background:var(--yellow-dot);box-shadow:0 0 0 2px var(--yellow-dot)}.timeline__dot--red{background:var(--red-dot);box-shadow:0 0 0 2px var(--red-dot)}.timeline__dot--sub-in{background:var(--sub-in-dot);box-shadow:0 0 0 2px var(--sub-in-dot)}.timeline__dot--sub-out{background:var(--sub-out-dot);box-shadow:0 0 0 2px var(--sub-out-dot)}.timeline__dot--position{background:var(--position-dot);box-shadow:0 0 0 2px var(--position-dot)}.timeline__dot--shot{background:var(--shot-dot);box-shadow:0 0 0 2px var(--shot-dot)}.timeline__dot--save{background:var(--save-dot);box-shadow:0 0 0 2px var(--save-dot)}.timeline__icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;background:var(--default-bg)}.timeline__icon--goal{background:var(--goal-bg)}.timeline__icon--assist{background:var(--assist-bg)}.timeline__icon--yellow{background:var(--yellow-bg)}.timeline__icon--red{background:var(--red-bg)}.timeline__icon--sub-in{background:var(--sub-in-bg)}.timeline__icon--sub-out{background:var(--sub-out-bg)}.timeline__icon--position{background:var(--position-bg)}.timeline__icon--shot{background:var(--shot-bg)}.timeline__icon--save{background:var(--save-bg)}.timeline__content{display:flex;flex-direction:column;gap:.15rem;padding-top:.3rem}.timeline__action{font-size:.8rem;font-weight:700;color:var(--text-primary);line-height:1.2}.timeline__player{font-size:.75rem;color:var(--text-secondary)}.timeline__detail{font-size:.7rem;color:var(--text-muted);font-style:italic}.timeline__sub{display:flex;flex-direction:column;gap:.1rem}.timeline__sub-in{font-size:.75rem;color:var(--sub-in-dot);font-weight:600}.timeline__sub-out{font-size:.75rem;color:var(--sub-out-dot);font-weight:600}.pitchCard{display:flex;flex-direction:column;align-items:center;gap:.75rem}.pitch{position:relative;width:100%;max-width:260px;aspect-ratio:9 / 13;background:linear-gradient(180deg,var(--green-800) 0%,var(--green-700) 100%);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.pitch__outline{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px solid rgba(255,255,255,.5);border-radius:2px;pointer-events:none}.pitch__halfwayLine{position:absolute;left:8px;right:8px;top:50%;height:2px;background:#ffffff80;transform:translateY(-50%)}.pitch__centerCircle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border:2px solid rgba(255,255,255,.5);border-radius:50%}.pitch__centerDot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#ffffffb3;border-radius:50%}.pitch__penaltyTop{position:absolute;top:8px;left:50%;transform:translate(-50%);width:80px;height:50px;border:2px solid rgba(255,255,255,.5);border-top:none}.pitch__penaltyBottom{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:80px;height:50px;border:2px solid rgba(255,255,255,.5);border-bottom:none}.pitch__goalTop{position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:14px;border:2px solid rgba(255,255,255,.5);border-top:none}.pitch__goalBottom{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:36px;height:14px;border:2px solid rgba(255,255,255,.5);border-bottom:none}.pitch__players{position:absolute;top:8px;right:8px;bottom:8px;left:8px;display:flex;flex-direction:column;justify-content:space-between;padding:6px 4px;pointer-events:none}.pitch__posRow{display:flex;justify-content:space-evenly;align-items:center}.playerChip{display:flex;flex-direction:column;align-items:center;gap:2px}.playerChip__circle{position:relative;width:36px;height:36px;border-radius:50%;background:#fffffff7;border:2px solid var(--green-600);display:grid;place-items:center;font-size:.75rem;font-weight:900;color:var(--green-900);box-shadow:0 1px 4px #00000059;pointer-events:auto;cursor:default;letter-spacing:-.01em}.playerChip__name{font-size:.5rem;font-weight:600;color:#ffffffe6;text-align:center;max-width:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.6)}.playerChip__badge{position:absolute;top:-3px;right:-3px;width:12px;height:12px;border-radius:50%;border:1.5px solid #fff;display:grid;place-items:center;font-size:.45rem;font-weight:800;line-height:1}.playerChip__badge--goal{background:var(--goal-dot);color:#fff}.playerChip__badge--yellow{background:var(--yellow-dot);color:#fff}.playerChip__badge--red{background:var(--red-dot);color:#fff}.formationList{width:100%;display:flex;flex-direction:column;gap:.1rem;margin-top:.5rem}.formationRow{display:flex;flex-direction:column;gap:.05rem}.formationRow__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:.4rem 0 .2rem;border-bottom:1px solid var(--border);margin-bottom:.2rem}.formationPlayer{display:flex;align-items:center;gap:.5rem;padding:.3rem 0}.formationPlayer+.formationPlayer{border-top:1px solid var(--surface-2)}.formationPlayer__number{width:28px;height:28px;border-radius:50%;background:var(--green-100);color:var(--green-800);font-size:.72rem;font-weight:800;display:grid;place-items:center;flex-shrink:0}.formationPlayer__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.formationPlayer__name{font-size:.82rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.formationPlayer__stats{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap}.formationPlayer__mins{font-size:.68rem;color:var(--text-muted)}.statPill{display:inline-flex;align-items:center;gap:.25rem;font-size:.68rem;font-weight:600;padding:.15rem .4rem;border-radius:999px;background:var(--surface-2);color:var(--text-secondary);white-space:nowrap}.statPill--goal{background:var(--goal-bg);color:var(--goal-dot)}.statPill--assist{background:var(--assist-bg);color:var(--assist-dot)}.statPill--yellow{background:var(--yellow-bg);color:var(--yellow-dot)}.statPill--red{background:var(--red-bg);color:var(--red-dot)}.highlightPill{display:inline-flex;align-items:center;gap:.2rem;font-size:.68rem;font-weight:700;padding:.18rem .45rem;border-radius:999px;background:linear-gradient(135deg,#fef08a,#fde047);color:#713f12;white-space:nowrap;box-shadow:0 1px 2px #00000014}.highlightPill:before{content:"★";font-size:.6rem}.ratingBadge{margin-left:auto;font-size:.7rem;font-weight:800;padding:.15rem .4rem;border-radius:var(--radius-sm);background:var(--green-100);color:var(--green-800)}.center{min-height:100vh;display:grid;place-items:center;font-size:1rem;color:var(--text-secondary)}
