.asn-home-wrap{width:min(1120px,calc(100% - 28px));margin:18px auto 0;min-width:0}
.asn-table-shell{min-width:0}
.asn-table-head{display:flex;align-items:center;gap:10px;min-height:40px;margin-bottom:12px}
.asn-table-head h1{margin:0;font-size:clamp(21px,4vw,29px);line-height:1.25}
.asn-title-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--asn-border);border-radius:11px;background:var(--asn-card)}
.asn-title-icon img{display:block;width:38px;height:38px;object-fit:contain}
.asn-title-icon-custom{padding:0}
.asn-table-title-copy{min-width:0}
.asn-table-kicker{display:block;margin-top:3px;color:var(--asn-muted);font-size:11px;font-weight:700}

.asn-day-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-height:55px;margin-bottom:12px;padding:7px;border:1px solid var(--asn-border);border-radius:15px;background:var(--asn-card)}
.asn-day-tabs button{min-width:0;border:0;border-radius:10px;padding:11px;background:transparent;color:var(--asn-text);font-weight:900;cursor:pointer}
.asn-day-tabs button:hover{background:color-mix(in srgb,var(--asn-accent) 10%,var(--asn-card));color:var(--asn-text)}
.asn-day-tabs button.is-active{background:var(--asn-accent);color:#fff}

.asn-match-list{display:grid;gap:9px;min-width:0}
.asn-match-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--asn-border);border-radius:15px;background:var(--asn-card);box-shadow:var(--asn-shadow)}
.asn-match-link{display:flex;align-items:center;min-height:94px;padding:11px 14px}
.asn-match-card.has-tools .asn-match-link{min-height:112px;padding-bottom:34px}
.asn-match-main{display:grid;grid-template-columns:minmax(0,1fr) 118px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-width:0}
.asn-team{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;min-width:0}
.asn-team:last-child{grid-template-columns:minmax(0,1fr) 52px}
.asn-team-logo{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;padding:4px;line-height:0;contain:layout paint}
.asn-team-logo img{display:block;width:44px;height:44px;object-fit:contain;object-position:center}
.asn-team .asn-team-logo{grid-column:1;grid-row:1}
.asn-team:last-child .asn-team-logo{grid-column:2}
.asn-team strong{grid-column:2;grid-row:1;min-width:0;margin:0;text-align:right;font-size:15px;line-height:1.35;overflow-wrap:break-word}
.asn-team:last-child strong{grid-column:1;text-align:left}
.asn-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;text-align:center}
.asn-score{font-size:21px;line-height:1.1}
.asn-kickoff{font-size:17px;font-weight:900;line-height:1.1}
.asn-live{padding:3px 7px;border-radius:999px;background:var(--asn-accent);color:#fff;font-size:10px;font-weight:850}
.asn-status{color:var(--asn-muted);font-size:10px;line-height:1.25}
.asn-competition-mini{display:flex;align-items:center;justify-content:center;max-width:112px;color:var(--asn-muted);font-size:9.5px;line-height:1.25;font-weight:750;text-align:center}
.asn-competition-mini>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.asn-league-line{position:absolute;top:6px;inset-inline:14px;display:flex;align-items:center;justify-content:center;color:var(--asn-muted);font-size:10px}
.asn-card-tools{position:absolute;z-index:2;bottom:7px;inset-inline:0;display:flex;align-items:center;justify-content:center;gap:6px;pointer-events:none}
.asn-card-tools a{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border:1px solid var(--asn-border);border-radius:8px;background:var(--asn-bg);color:var(--asn-text);font-size:10.5px;font-weight:850;pointer-events:auto}
.asn-card-tools a:hover{border-color:var(--asn-accent);color:var(--asn-accent)}
.asn-empty,.asn-table-state{padding:24px;border:1px dashed var(--asn-border);border-radius:14px;background:var(--asn-card);color:var(--asn-muted);text-align:center}
.asn-home-description{margin:0 0 12px;padding:11px 14px;border:1px solid var(--asn-border);border-radius:12px;background:var(--asn-card);color:var(--asn-muted);font-size:13px;line-height:1.8}


html[data-asn-style="B"] .asn-table-head{margin-bottom:0;padding:0 4px 8px;border-bottom:2px solid var(--asn-accent)}
html[data-asn-style="B"] .asn-title-icon{border:0;border-radius:5px;background:color-mix(in srgb,var(--asn-accent) 12%,var(--asn-card))}
html[data-asn-style="B"] .asn-day-tabs{gap:0;margin-bottom:0;padding:0;border-width:0 1px 1px;border-radius:0}
html[data-asn-style="B"] .asn-day-tabs button{border-radius:0;border-bottom:3px solid transparent;padding:12px 8px}
html[data-asn-style="B"] .asn-day-tabs button.is-active{border-bottom-color:var(--asn-accent);background:transparent;color:var(--asn-accent)}
html[data-asn-style="B"] .asn-match-list{display:block;border:1px solid var(--asn-border);border-top:0;background:var(--asn-card)}
html[data-asn-style="B"] .asn-match-card{border:0;border-bottom:1px solid var(--asn-border);border-radius:0;background:transparent;box-shadow:none}
html[data-asn-style="B"] .asn-match-card:last-child{border-bottom:0}
html[data-asn-style="B"] .asn-match-link{padding-inline:13px}
html[data-asn-style="B"] .asn-team-logo{width:48px;height:48px;padding:4px}
html[data-asn-style="B"] .asn-team-logo img{width:40px;height:40px}
html[data-asn-style="B"] .asn-team{grid-template-columns:48px minmax(0,1fr)}
html[data-asn-style="B"] .asn-team:last-child{grid-template-columns:minmax(0,1fr) 48px}
html[data-asn-style="B"] .asn-team strong{font-size:14px}
html[data-asn-style="B"] .asn-card-tools a{border-radius:4px;background:var(--asn-card)}
html[data-asn-style="B"] .asn-home-description{border-radius:4px;box-shadow:none}

@media(max-width:720px){
.asn-home-wrap{width:calc(100% - 18px);margin-top:12px}
.asn-table-head{min-height:38px;margin-bottom:10px}
.asn-table-head h1{font-size:21px}
.asn-day-tabs{min-height:51px;gap:6px;margin-bottom:10px;padding:6px}
.asn-day-tabs button{padding:9px 6px;font-size:13px}
.asn-match-list{gap:9px}
.asn-match-link{min-height:118px;padding:10px 8px}
.asn-match-card.has-tools .asn-match-link{min-height:132px;padding-bottom:38px}
.asn-match-main,html[data-asn-style="B"] .asn-match-main{grid-template-columns:minmax(0,1fr) 86px minmax(0,1fr);gap:5px}
.asn-team,.asn-team:last-child,html[data-asn-style="B"] .asn-team,html[data-asn-style="B"] .asn-team:last-child{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:0;text-align:center}
.asn-team-logo,html[data-asn-style="B"] .asn-team-logo{width:46px;height:46px;flex:0 0 46px;padding:3px}
.asn-team-logo img,html[data-asn-style="B"] .asn-team-logo img{width:40px;height:40px}
.asn-team strong,.asn-team:last-child strong,html[data-asn-style="B"] .asn-team strong{width:100%;min-width:0;text-align:center;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.asn-score{font-size:18px}
.asn-kickoff{font-size:14px}
.asn-competition-mini{max-width:84px;font-size:9px}
.asn-card-tools{bottom:7px;gap:5px}
.asn-card-tools a{min-height:27px;padding:4px 9px;font-size:10px}
.asn-league-line{top:5px;font-size:9.5px}
html[data-asn-style="B"] .asn-table-head{margin-bottom:0}
html[data-asn-style="B"] .asn-day-tabs{margin-bottom:0}
html[data-asn-style="B"] .asn-match-list{border-top:0}
html[data-asn-style="B"] .asn-match-link{padding-inline:8px}
}

@media(max-width:390px){
.asn-home-wrap{width:calc(100% - 14px)}
.asn-match-main,html[data-asn-style="B"] .asn-match-main{grid-template-columns:minmax(0,1fr) 78px minmax(0,1fr);gap:4px}
.asn-team-logo,html[data-asn-style="B"] .asn-team-logo{width:43px;height:43px;flex-basis:43px}
.asn-team-logo img,html[data-asn-style="B"] .asn-team-logo img{width:37px;height:37px}
.asn-team strong,.asn-team:last-child strong,html[data-asn-style="B"] .asn-team strong{font-size:11.5px}
.asn-score{font-size:17px}
.asn-kickoff{font-size:13.5px}
.asn-competition-mini{max-width:76px;font-size:8.5px}
}

@media(max-width:340px){
.asn-home-wrap{width:calc(100% - 10px)}
.asn-match-link{padding-inline:5px}
.asn-match-main,html[data-asn-style="B"] .asn-match-main{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);gap:3px}
.asn-team-logo,html[data-asn-style="B"] .asn-team-logo{width:40px;height:40px;flex-basis:40px;padding:2px}
.asn-team-logo img,html[data-asn-style="B"] .asn-team-logo img{width:36px;height:36px}
.asn-team strong,.asn-team:last-child strong,html[data-asn-style="B"] .asn-team strong{font-size:10.5px}
.asn-score{font-size:16px}
.asn-kickoff{font-size:13px}
.asn-card-tools a{padding-inline:7px;font-size:9.5px}
}
