/* MATCH DETAIL */
.match-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:14px;align-items:start}
.match-detail-main,.match-detail-sidebar{min-width:0}

.match-detail-hero{padding:18px}
.match-detail-event{display:inline-flex;align-items:center;gap:7px;color:#3976aa;font-size:8px;font-weight:800}
.match-tier{padding:3px 5px;background:#272b31;color:#fff;font-size:6px}
.match-detail-date{margin-top:5px;color:#888c92;font-size:8px}

.match-detail-versus{display:grid;grid-template-columns:1fr 150px 1fr;gap:20px;align-items:center;margin-top:20px}
.match-detail-team{text-align:center;color:#292c31}
.match-detail-team.right{text-align:center}
.match-detail-logo{width:95px;height:95px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;background:#f1f3f4}
.match-detail-logo img{max-width:80px;max-height:80px;object-fit:contain}
.match-detail-logo span{color:#9ca1a7;font-size:18px;font-weight:900}
.match-detail-team strong{display:block;font-size:13px}

.match-detail-center{text-align:center}
.match-status{display:inline-block;padding:4px 7px;background:#eef0f2;color:#666b71;font-size:7px;font-weight:900}
.match-status.status-running{background:#d62531;color:#fff}
.match-detail-score{margin:8px 0;display:flex;align-items:center;justify-content:center;gap:10px}
.match-detail-score b{font-size:28px}
.match-detail-score span{color:#aaa;font-size:19px}
.match-detail-center small{color:#888c92;font-size:8px}

.match-detail-tabs{display:flex;margin:12px 0;background:#fff;border:1px solid #d4d7da;overflow-x:auto}
.match-detail-tabs a{min-height:38px;padding:0 14px;display:flex;align-items:center;border-right:1px solid #ddd;color:#555960;font-size:8px;font-weight:900;white-space:nowrap}
.match-detail-tabs a:hover{background:#272b31;color:#fff}
.match-detail-section{margin-bottom:12px;scroll-margin-top:15px}

.match-overview-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.match-overview-grid>div{padding:12px;border-right:1px solid #eee;border-bottom:1px solid #eee}
.match-overview-grid span,.match-overview-grid strong{display:block}
.match-overview-grid span{color:#90949a;font-size:7px;text-transform:uppercase}
.match-overview-grid strong{margin-top:4px;color:#292c31;font-size:9px}

.match-game-row{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-bottom:1px solid #eee}
.match-game-row strong{font-size:9px}.match-game-row span{color:#888c92;font-size:8px}

.draft-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.draft-row{min-height:54px;display:grid;grid-template-columns:48px 32px minmax(0,1fr) 100px;gap:7px;align-items:center;padding:8px 10px;border-right:1px solid #eee;border-bottom:1px solid #eee}
.draft-row img{width:28px;height:28px;object-fit:cover}
.draft-action{padding:3px 5px;text-align:center;color:#fff;background:#2f70b7;font-size:6px;font-weight:900}
.draft-action.ban{background:#d62531}
.draft-row strong{font-size:9px}.draft-row small{color:#888c92;font-size:7px;text-align:right}

.match-odds-head,.match-odds-row{display:grid;grid-template-columns:1fr 1fr 1fr 70px;gap:8px;align-items:center}
.match-odds-head{padding:8px 10px;background:#f3f4f5;color:#888c92;font-size:7px;font-weight:900;text-transform:uppercase}
.match-odds-row{padding:9px 10px;border-bottom:1px solid #eee;font-size:8px}
.match-odds-row strong{text-align:right}

.match-detail-empty{padding:28px 15px;text-align:center;color:#888c92;font-size:9px}

@media(max-width:850px){.match-detail-layout{display:block}.match-detail-sidebar{margin-top:12px}}
@media(max-width:650px){
 .match-detail-versus{grid-template-columns:1fr 90px 1fr;gap:8px}
 .match-detail-logo{width:70px;height:70px}.match-detail-logo img{max-width:58px;max-height:58px}
 .match-detail-score b{font-size:22px}
 .match-overview-grid{grid-template-columns:repeat(2,1fr)}
 .draft-list{grid-template-columns:1fr}
 .draft-row{grid-template-columns:45px 30px minmax(0,1fr) 75px}
}

/* =========================================================
   MATCH DETAIL TYPOGRAPHY REFINEMENT
   Cleaner, easier to read, still compact
========================================================= */

.match-detail-hero{
    padding:20px 22px
}

.match-detail-event{
    font-size:10px;
    line-height:1.4
}

.match-tier{
    font-size:7px
}

.match-detail-date{
    margin-top:6px;
    font-size:9px
}

.match-detail-team strong{
    font-size:15px;
    line-height:1.25
}

.match-detail-center small{
    font-size:9px
}

.match-status{
    font-size:8px;
    letter-spacing:.2px
}

.match-detail-score{
    margin:10px 0 8px
}

.match-detail-score b{
    font-size:31px;
    line-height:1
}

.match-detail-score span{
    font-size:21px
}

.match-detail-tabs a{
    min-height:42px;
    padding:0 16px;
    font-size:10px;
    letter-spacing:.1px
}

.match-detail-section .box-header{
    min-height:42px;
    display:flex;
    align-items:center;
    padding:0 14px;
    font-size:13px;
    line-height:1.2
}

.match-overview-grid>div{
    min-height:72px;
    padding:14px 14px
}

.match-overview-grid span{
    font-size:8px;
    line-height:1.2
}

.match-overview-grid strong{
    margin-top:6px;
    font-size:11px;
    line-height:1.35
}

.match-game-row{
    min-height:48px;
    padding:12px 14px
}

.match-game-row strong{
    font-size:10px
}

.match-game-row span{
    font-size:9px
}

.draft-row{
    min-height:60px;
    padding:9px 11px
}

.draft-action{
    font-size:7px
}

.draft-row strong{
    font-size:10px
}

.draft-row small{
    font-size:8px
}

.match-odds-head{
    padding:10px 12px;
    font-size:8px
}

.match-odds-row{
    min-height:42px;
    padding:10px 12px;
    font-size:9px
}

.match-detail-empty{
    padding:30px 16px;
    font-size:10px;
    line-height:1.5
}

.match-detail-sidebar .box-header{
    min-height:42px;
    display:flex;
    align-items:center;
    padding:0 14px;
    font-size:13px
}

.match-detail-sidebar .sidebar-link{
    min-height:42px;
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #eee;
    color:#30343a;
    font-size:10px;
    font-weight:700
}

.match-detail-sidebar .sidebar-link:hover{
    background:#fafafb
}

@media(max-width:650px){
    .match-detail-team strong{
        font-size:13px
    }

    .match-detail-score b{
        font-size:26px
    }

    .match-detail-tabs a{
        font-size:9px
    }

    .match-detail-section .box-header{
        font-size:12px
    }

    .match-overview-grid strong{
        font-size:10px
    }
}
