.match-summary{width:600px;height:400px;position:relative;overflow:hidden;font-family:'Bebas Neue',sans-serif;color:#fff;background:var(--summary-bg)}.summary-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,0.04) 0%,transparent 50%);z-index:0}.summary-sport{position:absolute;top:14px;right:16px;display:flex;align-items:center;gap:6px;z-index:6}.summary-sport svg{width:16px;height:16px;color:rgba(255,255,255,0.5)}.summary-sport span{font-size:0.75rem;letter-spacing:0.15em;color:rgba(255,255,255,0.5)}.summary-header{position:absolute;top:40px;left:30px;right:30px;display:flex;align-items:flex-start;justify-content:center;z-index:5}.summary-team-score{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px}.summary-team-name{font-size:1.1rem;letter-spacing:0.12em;text-transform:uppercase}.summary-team-a-score .summary-team-name{color:var(--summary-primary)}.summary-team-b-score .summary-team-name{color:var(--summary-secondary)}.summary-score{font-size:3.5rem;line-height:1}.summary-team-a-score .summary-score{color:var(--summary-primary)}.summary-team-b-score .summary-score{color:var(--summary-secondary)}.summary-divider{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 8px;flex-shrink:0}.summary-divider-dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,0.3)}.summary-divider-line{width:1px;height:40px;background:rgba(255,255,255,0.1)}.summary-flag-wrap{margin-bottom:4px}.summary-flag-wrap .summary-flag{width:60px;height:auto;border-radius:3px;box-shadow:0 2px 8px rgba(0,0,0,0.4)}.summary-scorers-row{position:absolute;top:170px;left:40px;right:40px;display:flex;gap:20px;z-index:5}.summary-scorers-col{flex:1;display:flex;flex-direction:column;gap:6px;align-items:center}.summary-scorer-item{font-family:'DM Sans',sans-serif;font-size:0.6rem;font-weight:500;letter-spacing:0.04em}.summary-scorer-a{color:var(--summary-primary)}.summary-scorer-b{color:var(--summary-secondary)}.summary-scorers-separator{width:1px;background:rgba(255,255,255,0.08);align-self:stretch}.summary-scorers{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:4px}.summary-scorer{font-size:0.45rem;letter-spacing:0.06em}.match-summary::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--summary-primary),var(--summary-secondary));z-index:6}.summary-message{position:absolute;left:50%;transform:translateX(-50%);font-size:1.4rem;letter-spacing:0.08em;text-transform:uppercase;color:#fff;white-space:nowrap;z-index:7;text-shadow:0 0 12px var(--summary-primary)}.summary-message.msg-pos-bottom{bottom:18px}.summary-message.msg-pos-top{top:58px}.summary-message.msg-pos-center{top:50%;transform:translate(-50%,-50%)}.summary-footer{position:absolute;bottom:10px;left:0;right:0;text-align:center;font-size:0.95rem;letter-spacing:0.12em;color:rgba(255,255,255,0.3);z-index:10;display:flex;align-items:center;justify-content:center;gap:6px}.summary-footer svg{width:10px;height:10px;color:rgba(255,255,255,0.4)}.summary-footer-sep{opacity:0.3}