/* PS Match Center 2.0.1: modelli visuali aggiuntivi. Il motore 2.0 resta invariato. */
.psmc-list-body{width:100%}
.psmc-list--classic .psmc-list-row>a,.psmc-list--classic .psmc-list-row>div{grid-template-columns:140px minmax(160px,1fr) 86px minmax(160px,1fr) 140px}
.psmc-list--classic .psmc-list-team--home{justify-content:flex-start;flex-direction:row}
.psmc-list--classic .psmc-list-team--away{grid-column:4;justify-content:flex-end;text-align:right}
.psmc-list-score--versus{display:flex;align-items:center;justify-content:center;font:800 10px/1 Arial,sans-serif;letter-spacing:.12em;color:var(--psmc-muted)}

.psmc-list--editorial{padding:0;border-top:0;background:transparent}
.psmc-list--editorial .psmc-heading{max-width:1180px;margin:auto;padding:15px 18px;border-top:4px solid var(--psmc-accent);border-bottom:1px solid var(--psmc-line);background:var(--psmc-bg)}
.psmc-list--editorial .psmc-list-body{max-width:1180px;margin:auto;padding:10px 14px 16px;background:var(--psmc-bg)}
.psmc-list--editorial .psmc-list-row{margin:7px 0;border:1px solid var(--psmc-line);border-left:4px solid var(--psmc-accent);background:var(--psmc-bg);box-shadow:0 2px 8px rgba(0,0,0,.035)}
.psmc-list--editorial .psmc-list-row:nth-child(odd){background:color-mix(in srgb,var(--psmc-bg) 96%,var(--psmc-accent) 4%)}
.psmc-list--editorial .psmc-list-row>a,.psmc-list--editorial .psmc-list-row>div{grid-template-columns:145px minmax(180px,1fr) 94px minmax(180px,1fr) 145px;min-height:76px;max-width:none;padding:10px 16px}
.psmc-list--editorial time{display:flex;flex-direction:column;gap:4px}
.psmc-list--editorial time b{font-size:10px;color:var(--psmc-ink)}
.psmc-list--editorial time small{font-size:9px;color:var(--psmc-muted);text-transform:uppercase}
.psmc-list--editorial .psmc-list-team{font:700 17px/1.15 Georgia,serif}
.psmc-list--editorial .psmc-list-team--home{justify-content:flex-start;flex-direction:row}
.psmc-list--editorial .psmc-list-team--away{grid-column:4;justify-content:flex-end;text-align:right}
.psmc-list--editorial .psmc-logo--medium{width:40px;height:40px}
.psmc-list--editorial .psmc-list-score{min-height:45px;font-size:20px;background:color-mix(in srgb,var(--psmc-bg) 83%,var(--psmc-ink) 17%)}
.psmc-list--editorial .psmc-list-score--versus{font-size:10px}
.psmc-list--editorial .psmc-status-live{border-left-color:#e31b23}

.psmc-list--cards{padding:0;border-top:0;background:transparent}
.psmc-list--cards .psmc-heading{padding:14px 2px;border-top:4px solid var(--psmc-accent)}
.psmc-list--cards .psmc-list-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:14px}
.psmc-list--cards .psmc-list-row{border:1px solid var(--psmc-line);border-top:4px solid var(--psmc-accent);background:var(--psmc-bg);box-shadow:0 4px 15px rgba(0,0,0,.055)}
.psmc-list--cards .psmc-list-row:nth-child(odd){background:var(--psmc-bg)}
.psmc-list--cards .psmc-list-row>a,.psmc-list--cards .psmc-list-row>div{grid-template-columns:1fr 94px 1fr;grid-template-areas:"time time time" "home score away";max-width:none;min-height:180px;padding:16px 18px}
.psmc-list--cards time{grid-area:time;display:flex;justify-content:space-between;align-self:start;padding-bottom:9px;border-bottom:1px solid var(--psmc-line)}
.psmc-list--cards time b{font-size:10px}.psmc-list--cards time small{font-size:9px;color:var(--psmc-muted)}
.psmc-list--cards .psmc-list-team{flex-direction:column;justify-content:center;text-align:center;font:700 15px/1.15 Georgia,serif}
.psmc-list--cards .psmc-list-team--home{grid-area:home}.psmc-list--cards .psmc-list-team--away{grid-area:away}
.psmc-list--cards .psmc-logo--medium{width:54px;height:54px}
.psmc-list--cards .psmc-list-score{grid-area:score;align-self:center;min-height:50px;font-size:22px}
.psmc-list--cards .psmc-status-live{border-top-color:#e31b23}

.psmc-standings{border-top:4px solid var(--psmc-accent)}
.psmc-standings .psmc-table{max-width:1180px;margin:auto}
.psmc-standings .psmc-table__head,.psmc-standings .psmc-table__row{padding:11px 9px}
.psmc-standings .psmc-table__row:nth-child(even){background:rgba(11,31,58,.035);background:color-mix(in srgb,var(--psmc-bg) 95%,var(--psmc-accent) 5%)}
.psmc-standings .psmc-table__row>span:nth-child(2){font-size:15px}.psmc-standings .psmc-table__row .psmc-logo{width:27px;height:27px}

.psmc-standings--full{padding:0 0 14px;border-top:0;background:var(--psmc-bg)}
.psmc-full-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:22px 18px;border-top:5px solid var(--psmc-accent);border-bottom:2px solid var(--psmc-ink)}
.psmc-full-head small{display:block;margin-bottom:5px;color:var(--psmc-muted);font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.psmc-full-head h2{margin:0;font:700 30px/1.1 Georgia,serif}.psmc-full-head>span{font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--psmc-muted)}
.psmc-table-wrap{overflow-x:auto}.psmc-full-table{min-width:1020px}
.psmc-full-table__head,.psmc-full-table__row{display:grid;grid-template-columns:48px minmax(230px,1.8fr) repeat(8,minmax(48px,.42fr)) 150px;align-items:center;gap:6px;padding:0 14px}
.psmc-full-table__head{position:sticky;top:0;z-index:2;min-height:42px;background:var(--psmc-bg);border-bottom:1px solid var(--psmc-line);color:var(--psmc-muted);font-size:10px;text-transform:uppercase}
.psmc-full-table__row{position:relative;min-height:58px;border-bottom:1px solid var(--psmc-line);font-size:13px}
.psmc-full-table__row:nth-child(odd){background:rgba(11,31,58,.035);background:color-mix(in srgb,var(--psmc-bg) 95%,var(--psmc-accent) 5%)}
.psmc-full-table__row:first-of-type{box-shadow:inset 4px 0 var(--psmc-accent)}
.psmc-position{font-size:15px}.psmc-full-team{display:flex;align-items:center;gap:11px;min-width:0;font-family:Georgia,serif;font-size:15px}.psmc-full-team strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.psmc-full-team .psmc-logo{width:30px;height:30px}.psmc-points{font-size:16px}
.psmc-form{display:flex;gap:5px}.psmc-form i{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#fff;font:800 10px/1 Arial,sans-serif;font-style:normal}.psmc-form .is-v{background:#2da66f}.psmc-form .is-n{background:#92979b}.psmc-form .is-p{background:#d65050}

@media(max-width:900px){.psmc-list--classic .psmc-list-row>a,.psmc-list--classic .psmc-list-row>div,.psmc-list--editorial .psmc-list-row>a,.psmc-list--editorial .psmc-list-row>div{grid-template-columns:105px minmax(120px,1fr) 78px minmax(120px,1fr) 105px}.psmc-list--editorial .psmc-list-team{font-size:14px}.psmc-list--cards .psmc-list-body{grid-template-columns:1fr}}
@media(max-width:760px){.psmc-list--classic .psmc-list-row>a,.psmc-list--classic .psmc-list-row>div,.psmc-list--editorial .psmc-list-row>a,.psmc-list--editorial .psmc-list-row>div{grid-template-columns:1fr 74px 1fr;grid-template-areas:"time time time" "home score away";min-height:0;padding:10px 6px}.psmc-list--classic .psmc-list-team--home,.psmc-list--editorial .psmc-list-team--home{grid-area:home;justify-content:flex-end;flex-direction:row}.psmc-list--classic .psmc-list-team--away,.psmc-list--editorial .psmc-list-team--away{grid-area:away;grid-column:auto;justify-content:flex-start;text-align:left}.psmc-list--editorial .psmc-list-body{padding:5px}.psmc-list--editorial .psmc-list-row{margin:5px 0}.psmc-list--editorial .psmc-logo--medium{width:30px;height:30px}.psmc-list--editorial .psmc-list-team em{max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.psmc-list--cards .psmc-list-row>a,.psmc-list--cards .psmc-list-row>div{min-height:165px;padding:13px 10px}.psmc-list--cards .psmc-logo--medium{width:46px;height:46px}.psmc-full-head{padding:17px 12px}.psmc-full-head h2{font-size:23px}.psmc-full-table{min-width:930px}.psmc-standings--full:after{content:"Scorri per vedere tutte le statistiche →";display:block;padding:9px 12px;color:var(--psmc-muted);font-size:10px}.psmc-form i{width:22px;height:22px}}
