/* FSRO frontend phase 3: competitions, league overview, schedule, results and standings. */
.fsro-competitions-page,.fsro-competition-detail{padding:54px 0 72px}
.fsro-section-intro,.fsro-content-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.fsro-section-intro>div,.fsro-content-heading>div{max-width:720px}
.fsro-section-intro span,.fsro-content-heading>div>span{display:block;margin-bottom:7px;color:#d71920;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.fsro-section-intro h2,.fsro-content-heading h2{margin:0;color:#172236;font-size:27px;font-weight:900;line-height:1.2;text-transform:none;letter-spacing:-.025em}
.fsro-section-intro p,.fsro-content-heading p{margin:10px 0 0;color:#7b8797;font-size:12px;line-height:1.75}
.fsro-section-intro>strong,.fsro-content-heading>strong{min-width:88px;color:#d71920;font-size:42px;font-weight:900;line-height:.9;text-align:right}
.fsro-section-intro>strong small{display:block;margin-top:7px;color:#8b95a3;font-size:7px;text-transform:uppercase;letter-spacing:.08em}
.fsro-competition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.fsro-competition-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e0e5eb;border-radius:6px;background:#fff;box-shadow:0 8px 26px rgba(17,35,58,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.fsro-competition-card:hover{transform:translateY(-4px);border-color:#cbd3dc;box-shadow:0 16px 36px rgba(17,35,58,.11)}
.fsro-competition-card.is-current:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#d71920}
.fsro-competition-card__top{height:105px;display:flex;align-items:center;justify-content:space-between;padding:20px 22px;background:linear-gradient(135deg,#0b1728,#182b46)}
.fsro-competition-card__logo{width:66px;height:66px;display:grid;place-items:center;padding:8px;border-radius:14px;background:#fff;box-shadow:0 8px 18px rgba(0,0,0,.2)}
.fsro-competition-card__logo img{max-width:100%;max-height:100%;object-fit:contain}.fsro-competition-card__logo span{color:#d71920;font-size:10px;font-weight:900}
.fsro-competition-card__badges{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.fsro-competition-card__badges>span{padding:5px 8px;border:1px solid rgba(255,255,255,.16);border-radius:30px;color:#b9c5d5;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.fsro-competition-card__badges .is-live{border-color:rgba(215,25,32,.45);background:rgba(215,25,32,.14);color:#fff}.fsro-competition-card__badges i{display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:#ff3840;box-shadow:0 0 0 3px rgba(255,56,64,.12)}
.fsro-competition-card__body{min-height:238px;padding:23px 23px 20px}.fsro-competition-card__body>p{margin:0 0 6px;color:#9aa4b2;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.fsro-competition-card__body h2{min-height:52px;margin:0 0 18px;color:#172236;font-size:19px;font-weight:900;line-height:1.35;text-transform:none}.fsro-competition-card__meta{display:grid;gap:9px}.fsro-competition-card__meta span{display:flex;align-items:center;gap:9px;color:#6f7b8b;font-size:10px}.fsro-competition-card__meta i{width:15px;color:#d71920;text-align:center}.fsro-competition-card__meta strong{color:#344155}.fsro-competition-card__description{margin-top:16px;padding-top:14px;border-top:1px solid #edf0f3;color:#7e8998;font-size:10px;line-height:1.65}
.fsro-competition-card__actions{height:53px;display:grid;grid-template-columns:1fr 45px 45px 45px;border-top:1px solid #e9edf1}.fsro-competition-card__actions a{display:grid;place-items:center;border-left:1px solid #e9edf1;color:#7c8796;font-size:11px}.fsro-competition-card__actions a:hover{background:#f4f6f8;color:#d71920;text-decoration:none}.fsro-competition-card__actions .is-primary{display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-left:0;color:#172236;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.fsro-competition-card__actions .is-primary i{color:#d71920}
.fsro-competition-hero{position:relative;overflow:visible;background:linear-gradient(112deg,#071322,#142943 62%,#1a3554);color:#fff}.fsro-competition-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 10%,rgba(255,255,255,.08),transparent 26%),linear-gradient(135deg,transparent 0,transparent 74%,rgba(255,255,255,.025) 74%);pointer-events:none}.fsro-competition-hero>.container{position:relative;z-index:2}.fsro-competition-hero__main{min-height:154px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:26px 0 20px}.fsro-competition-hero__identity{display:flex;align-items:center;min-width:0}.fsro-competition-hero__logo{width:92px;height:92px;display:grid;place-items:center;flex:0 0 92px;padding:10px;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.25)}.fsro-competition-hero__logo img{max-width:100%;max-height:100%;object-fit:contain}.fsro-competition-hero__logo span{color:#d71920;font-size:13px;font-weight:900}.fsro-competition-hero__copy{min-width:0;margin-left:20px}.fsro-competition-hero__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:8px}.fsro-competition-hero__eyebrow>span{color:#8fa1b8;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.fsro-competition-hero__eyebrow strong{padding:4px 8px;border-radius:20px;background:rgba(215,25,32,.18);color:#fff;font-size:7px;font-weight:800;text-transform:uppercase}.fsro-competition-hero__eyebrow i{margin-right:4px;color:#f52e36;font-size:5px}.fsro-competition-hero h1{overflow:hidden;margin:0;color:#fff;font-size:34px;font-weight:900;line-height:1.13;text-overflow:ellipsis;white-space:nowrap;text-transform:none;letter-spacing:-.03em}.fsro-competition-hero__copy p{margin:7px 0 0;color:#aab8c9;font-size:12px}.fsro-competition-hero__all{display:inline-flex;align-items:center;gap:9px;padding:12px 15px;border:1px solid rgba(255,255,255,.16);border-radius:8px;color:#dbe3ec;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.fsro-competition-hero__all:hover{border-color:#d71920;background:#d71920;color:#fff;text-decoration:none}
.fsro-competition-hero__facts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.08)}.fsro-competition-hero__facts>div{display:flex;align-items:center;gap:11px;min-height:70px;padding:0 17px;border-right:1px solid rgba(255,255,255,.08)}.fsro-competition-hero__facts>div:first-child{padding-left:0}.fsro-competition-hero__facts>div:last-child{border-right:0}.fsro-competition-hero__facts i{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:9px;background:rgba(255,255,255,.07);color:#e83b42;font-size:13px}.fsro-competition-hero__facts span{min-width:0;display:flex;flex-direction:column}.fsro-competition-hero__facts small{color:#71849d;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.fsro-competition-hero__facts strong{overflow:hidden;margin-top:3px;color:#d8e0e9;font-size:9px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.fsro-competition-tabs{position:relative;top:28px;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;border:1px solid #e0e5ea;border-radius:7px;background:#fff;box-shadow:0 11px 28px rgba(11,27,46,.12)}.fsro-competition-tabs a{height:57px;display:flex;align-items:center;justify-content:center;gap:9px;border-right:1px solid #e7ebef;color:#697587;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.fsro-competition-tabs a:last-child{border-right:0}.fsro-competition-tabs a i{color:#a1aab7;font-size:12px}.fsro-competition-tabs a:hover{background:#f7f8fa;color:#172236;text-decoration:none}.fsro-competition-tabs a.is-active{background:#d71920;color:#fff}.fsro-competition-tabs a.is-active i{color:#fff}
.fsro-competition-detail{padding-top:67px}.fsro-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}.fsro-stat-grid>div{display:flex;align-items:center;gap:14px;min-height:93px;padding:18px;border:1px solid #e1e6eb;border-radius:5px;background:#fff}.fsro-stat-grid>div>span{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:12px;background:#fff0f1;color:#d71920;font-size:17px}.fsro-stat-grid>div>div{display:flex;flex-direction:column}.fsro-stat-grid small{color:#8994a3;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.fsro-stat-grid strong{margin-top:4px;color:#182438;font-size:25px;font-weight:900;line-height:1}.fsro-panel{margin-bottom:25px}.fsro-panel-kicker{display:block;margin-bottom:3px;color:#d71920;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.fsro-panel .card__header h4,.fsro-round-card .card__header h4{font-size:14px}.fsro-mini-fixtures,.fsro-fixture-list{padding:0}.fsro-mini-fixtures .fsro-fixture-row__venue{display:none}.fsro-mini-fixtures .fsro-fixture-row__date{flex-basis:82px}.fsro-mini-fixtures .fsro-fixture-row__teams{min-width:0}
.fsro-fixture-row{min-height:91px;display:grid;grid-template-columns:115px minmax(360px,1fr) 185px;align-items:center;border-bottom:1px solid #e8ecef}.fsro-fixture-row:last-child{border-bottom:0}.fsro-fixture-row.is-postponed{border-left:3px solid #d9a326;background:#fffdf7}.fsro-fixture-row__date{display:flex;flex-direction:column;padding:0 18px}.fsro-fixture-row__date strong{color:#344054;font-size:10px}.fsro-fixture-row__date span{margin-top:4px;color:#939dac;font-size:8px}.fsro-fixture-row__teams{display:grid;grid-template-columns:minmax(0,1fr) 80px minmax(0,1fr);align-items:center;gap:12px;padding:10px 18px;border-left:1px solid #edf0f3;border-right:1px solid #edf0f3}.fsro-fixture-team{display:flex;align-items:center;gap:10px;min-width:0}.fsro-fixture-team.is-home{justify-content:flex-end;text-align:right}.fsro-fixture-team>span{overflow:hidden;color:#253147;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.fsro-fixture-team>div,.fsro-fixture-team img,.fsro-fixture-team b{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px}.fsro-fixture-team img{object-fit:contain}.fsro-fixture-team b{border-radius:50%;background:#edf1f5;color:#566477;font-size:8px}.fsro-fixture-score{display:flex;align-items:center;justify-content:center;gap:7px}.fsro-fixture-score strong{min-width:28px;color:#152238;font-size:18px;font-weight:900;text-align:center}.fsro-fixture-score em{color:#a4adba;font-style:normal}.fsro-fixture-row__venue{display:flex;flex-direction:column;padding:0 18px}.fsro-fixture-row__venue span{overflow:hidden;color:#687586;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.fsro-fixture-row__venue i{width:17px;color:#d71920}.fsro-fixture-row__venue small{margin-top:5px;color:#a0a9b5;font-size:7px}.fsro-round-card{margin-bottom:22px}.fsro-round-card>.card__header>small{color:#7f8996;font-size:9px}
.fsro-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.fsro-team-tile{position:relative;min-width:0;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid #e1e6eb;border-radius:5px;background:#fff;transition:.2s ease}.fsro-team-tile:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(14,31,53,.08)}.fsro-team-tile.is-inactive{opacity:.67}.fsro-team-tile__logo{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;padding:6px;border-radius:12px;background:#f3f5f7}.fsro-team-tile__logo img{max-width:100%;max-height:100%;object-fit:contain}.fsro-team-tile__logo span{color:#526073;font-size:9px;font-weight:900}.fsro-team-tile__copy{min-width:0;flex:1}.fsro-team-tile__copy>small{display:block;overflow:hidden;color:#99a3b0;font-size:7px;font-weight:800;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.fsro-team-tile h3{overflow:hidden;margin:4px 0 10px;color:#1c293d;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap;text-transform:none}.fsro-team-tile__copy>div{display:flex;align-items:center;justify-content:space-between;color:#8792a1;font-size:8px}.fsro-team-tile__copy>div strong{color:#d71920;font-size:9px}.fsro-team-tile__status{position:absolute;right:8px;top:7px;padding:3px 5px;border-radius:4px;background:#f1c24a;color:#5b4613;font-size:5px;font-weight:900;text-transform:uppercase}
.fsro-league-selector{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px;padding:16px 18px;border:1px solid #e0e5ea;border-radius:5px;background:#fff}.fsro-league-selector label{margin:0;color:#263247;font-size:10px;font-weight:900;text-transform:uppercase}.fsro-league-selector>div{width:min(100%,420px);display:flex;gap:8px}.fsro-league-selector .form-control{height:42px;border-color:#dce2e8;color:#435064;font-size:10px}.fsro-standings-card{margin-bottom:18px}.fsro-table-updated{color:#8994a2;font-size:8px}.fsro-table-updated i{margin-right:5px;color:#d71920}.fsro-full-table-wrap{margin:0}.fsro-full-standings{margin:0}.fsro-full-standings th{padding:13px 12px!important;background:#111f33;color:#b7c1ce;font-size:8px;text-align:center;text-transform:uppercase}.fsro-full-standings th:nth-child(2){text-align:left}.fsro-full-standings td{padding:12px!important;border-top-color:#e7ebef;vertical-align:middle;text-align:center;font-size:10px}.fsro-full-standings td:nth-child(2){min-width:240px;text-align:left}.fsro-full-standings tr.is-inactive{opacity:.6}.fsro-rank{width:27px;height:27px;display:grid;place-items:center;margin:auto;border-radius:7px;background:#eef1f4;color:#667386;font-size:9px;font-weight:900}.fsro-rank.is-top{background:#fff0f1;color:#d71920}.fsro-table-team{display:flex;align-items:center;gap:10px}.fsro-table-team>img,.fsro-table-team>b{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;object-fit:contain}.fsro-table-team>b{border-radius:50%;background:#eef1f4;color:#566477;font-size:8px}.fsro-table-team>span{min-width:0;display:flex;flex-direction:column}.fsro-table-team strong{overflow:hidden;color:#263247;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.fsro-table-team small{margin-top:3px;color:#9aa4b1;font-size:7px}.fsro-full-standings .is-positive{color:#16834a;font-weight:800}.fsro-full-standings .is-negative{color:#c43b42;font-weight:800}.fsro-points{display:inline-grid;min-width:36px;height:28px;place-items:center;border-radius:6px;background:#17263d;color:#fff;font-size:10px}.fsro-table-legend{display:flex;align-items:center;flex-wrap:wrap;gap:10px 20px;padding:13px 17px;border:1px solid #e0e5ea;border-radius:5px;background:#fff;color:#8993a1;font-size:8px}.fsro-table-legend b{color:#263247}.fsro-pagination{display:flex;justify-content:center;gap:6px;margin-top:25px}.fsro-pagination a{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dfe4e9;border-radius:5px;background:#fff;color:#667386;font-size:9px;font-weight:900}.fsro-pagination a:hover,.fsro-pagination a.is-active{border-color:#d71920;background:#d71920;color:#fff;text-decoration:none}.fsro-simple-message{margin:40px 0 65px}.fsro-simple-message .card__content{padding:50px;text-align:center}
@media(max-width:1199px){.fsro-competition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fsro-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fsro-fixture-row{grid-template-columns:100px minmax(330px,1fr) 160px}.fsro-competition-hero__facts>div{padding:0 11px}}
@media(max-width:991px){.fsro-competition-hero__main{min-height:135px}.fsro-competition-hero h1{font-size:28px}.fsro-competition-hero__facts{grid-template-columns:repeat(3,1fr)}.fsro-competition-hero__facts>div{border-bottom:1px solid rgba(255,255,255,.08)}.fsro-competition-hero__facts>div:nth-child(3){border-right:0}.fsro-competition-tabs{top:24px}.fsro-competition-detail{padding-top:59px}.fsro-stat-grid{grid-template-columns:repeat(2,1fr)}.fsro-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fsro-fixture-row{grid-template-columns:92px minmax(0,1fr)}.fsro-fixture-row__venue{grid-column:1/3;min-height:34px;justify-content:center;padding:0 18px;border-top:1px dashed #edf0f3}.fsro-fixture-row__venue small{display:none}}
@media(max-width:767px){.fsro-competitions-page,.fsro-competition-detail{padding-bottom:52px}.fsro-section-intro,.fsro-content-heading{align-items:flex-start}.fsro-section-intro h2,.fsro-content-heading h2{font-size:22px}.fsro-section-intro>strong,.fsro-content-heading>strong{font-size:32px}.fsro-competition-grid{grid-template-columns:1fr}.fsro-competition-card__body{min-height:0}.fsro-competition-hero__main{align-items:flex-start;padding-top:22px}.fsro-competition-hero__logo{width:72px;height:72px;flex-basis:72px;border-radius:15px}.fsro-competition-hero__copy{margin-left:14px}.fsro-competition-hero h1{font-size:22px;white-space:normal}.fsro-competition-hero__all{display:none}.fsro-competition-hero__facts{grid-template-columns:repeat(2,1fr)}.fsro-competition-hero__facts>div,.fsro-competition-hero__facts>div:first-child{min-height:62px;padding:0 9px}.fsro-competition-hero__facts>div:nth-child(2n){border-right:0}.fsro-competition-tabs{grid-template-columns:repeat(5,minmax(74px,1fr));overflow-x:auto}.fsro-competition-tabs a{min-width:74px;height:53px;gap:5px;font-size:7px}.fsro-competition-tabs a i{font-size:10px}.fsro-stat-grid{gap:10px}.fsro-stat-grid>div{min-height:78px;padding:12px}.fsro-stat-grid>div>span{width:40px;height:40px;flex-basis:40px}.fsro-stat-grid strong{font-size:21px}.fsro-team-grid{grid-template-columns:1fr}.fsro-league-selector{align-items:flex-start;flex-direction:column}.fsro-league-selector>div{width:100%}.fsro-fixture-row{grid-template-columns:1fr;min-height:0}.fsro-fixture-row__date{min-height:45px;flex-direction:row;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid #edf0f3}.fsro-fixture-row__teams{grid-column:1;padding:14px 8px;border:0}.fsro-fixture-row__venue{grid-column:1;min-height:37px}.fsro-fixture-team{gap:6px}.fsro-fixture-team>div,.fsro-fixture-team img,.fsro-fixture-team b{width:31px;height:31px;flex-basis:31px}.fsro-fixture-team>span{font-size:9px}.fsro-fixture-score{gap:3px}.fsro-fixture-score strong{min-width:24px;font-size:15px}.fsro-full-standings td:nth-child(2){min-width:180px}.fsro-table-legend{align-items:flex-start;flex-direction:column;gap:7px}}
@media(max-width:479px){.fsro-section-intro>strong{display:none}.fsro-content-heading>strong{font-size:27px}.fsro-competition-hero__identity{align-items:flex-start}.fsro-competition-hero__logo{width:62px;height:62px;flex-basis:62px;padding:7px}.fsro-competition-hero h1{font-size:19px}.fsro-competition-hero__eyebrow strong{display:none}.fsro-competition-hero__facts{grid-template-columns:1fr 1fr}.fsro-competition-hero__facts i{width:29px;height:29px;flex-basis:29px}.fsro-competition-hero__facts strong{font-size:8px}.fsro-stat-grid{grid-template-columns:1fr 1fr}.fsro-stat-grid>div{gap:9px}.fsro-stat-grid small{font-size:7px}.fsro-stat-grid strong{font-size:19px}.fsro-fixture-row__teams{grid-template-columns:minmax(0,1fr) 56px minmax(0,1fr)}.fsro-fixture-team>span{font-size:8px}.fsro-fixture-row__venue span{font-size:8px}}

/* ========================================================================
   FSRO Phase 3 visual polish v2
   Stronger standings contrast and redesigned participant cards.
   ======================================================================== */

/* Standings card */
.fsro-standings-card{
    overflow:hidden;
    border:1px solid #d9e0e8;
    border-radius:10px;
    background:#fff;
    box-shadow:0 14px 38px rgba(15,31,52,.08);
}
.fsro-standings-card>.card__header{
    min-height:92px;
    padding:20px 23px;
    border-bottom:0;
    background:#fff;
}
.fsro-standings-card>.card__header h4{
    margin-top:4px;
    color:#111827;
    font-size:19px;
    font-weight:900;
    line-height:1.3;
    text-transform:none;
}
.fsro-standings-card .fsro-panel-kicker{
    color:#d71920;
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
}
.fsro-table-updated{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;
    border:1px solid #e3e8ee;
    border-radius:20px;
    background:#f8fafc;
    color:#5e6a7a;
    font-size:8px;
    font-weight:800;
}

.fsro-full-table-wrap{
    overflow-x:auto;
    border-top:1px solid #e5eaf0;
}
.fsro-full-standings{
    min-width:850px;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
}
.fsro-full-standings thead th{
    height:48px;
    padding:0 13px!important;
    border:0!important;
    background:linear-gradient(180deg,#17273f 0%,#101d31 100%);
    color:#fff!important;
    font-size:9px!important;
    font-weight:900!important;
    line-height:48px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.08em;
    opacity:1!important;
}
.fsro-full-standings thead th:first-child{
    border-left:4px solid #d71920!important;
}
.fsro-full-standings thead th:nth-child(2){
    text-align:left;
}
.fsro-full-standings tbody tr{
    position:relative;
    background:#fff;
    transition:background-color .16s ease,box-shadow .16s ease;
}
.fsro-full-standings tbody tr:nth-child(even){
    background:#fafbfc;
}
.fsro-full-standings tbody tr:hover{
    background:#fff7f7;
    box-shadow:inset 4px 0 0 #d71920;
}
.fsro-full-standings tbody tr:nth-child(-n+3){
    background:linear-gradient(90deg,rgba(215,25,32,.035),#fff 24%);
}
.fsro-full-standings tbody td{
    height:61px;
    padding:10px 13px!important;
    border-top:0!important;
    border-bottom:1px solid #e3e8ee!important;
    color:#182235!important;
    font-size:11px!important;
    font-weight:800!important;
    vertical-align:middle;
    text-align:center;
    opacity:1!important;
}
.fsro-full-standings tbody td:nth-child(2){
    min-width:250px;
    text-align:left;
}
.fsro-full-standings tbody tr:last-child td{
    border-bottom:0!important;
}
.fsro-rank{
    width:31px;
    height:31px;
    border:1px solid #dfe5eb;
    border-radius:8px;
    background:#f3f5f7;
    color:#344054;
    font-size:10px;
    font-weight:900;
}
.fsro-rank.is-top{
    border-color:#ffd9dc;
    background:#fff0f1;
    color:#d71920;
    box-shadow:0 4px 10px rgba(215,25,32,.08);
}
.fsro-table-team{
    gap:12px;
}
.fsro-table-team>img,
.fsro-table-team>b{
    width:40px;
    height:40px;
    flex:0 0 40px;
}
.fsro-table-team>img{
    padding:3px;
    border:1px solid #e1e6eb;
    border-radius:50%;
    background:#fff;
}
.fsro-table-team>b{
    border:1px solid #e1e6eb;
    background:#f2f4f7;
    color:#4b586b;
    font-size:8px;
    font-weight:900;
}
.fsro-table-team strong{
    color:#111827!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.25;
}
.fsro-table-team small{
    margin-top:5px;
    color:#697586!important;
    font-size:8px!important;
    font-weight:700!important;
}
.fsro-full-standings .is-positive{
    color:#11834d!important;
    font-weight:900!important;
}
.fsro-full-standings .is-negative{
    color:#d22d36!important;
    font-weight:900!important;
}
.fsro-points{
    min-width:40px;
    height:32px;
    border-radius:8px;
    background:#18273e;
    color:#fff!important;
    font-size:11px;
    font-weight:900;
    box-shadow:0 5px 12px rgba(24,39,62,.14);
}
.fsro-full-standings tbody tr:nth-child(-n+3) .fsro-points{
    background:#d71920;
    box-shadow:0 5px 12px rgba(215,25,32,.18);
}
.fsro-table-legend{
    border-radius:8px;
    color:#566273;
    font-size:9px;
    font-weight:700;
}
.fsro-table-legend b{
    color:#111827;
    font-weight:900;
}

/* Participant cards */
.fsro-team-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}
.fsro-team-tile{
    position:relative;
    min-height:275px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0;
    overflow:hidden;
    padding:0;
    border:1px solid #dce3ea;
    border-radius:11px;
    background:#fff;
    box-shadow:0 10px 28px rgba(15,31,52,.065);
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.fsro-team-tile:hover{
    transform:translateY(-5px);
    border-color:#c8d1dc;
    box-shadow:0 18px 38px rgba(15,31,52,.13);
}
.fsro-team-tile.is-inactive{
    opacity:.66;
}
.fsro-team-tile__top{
    width:100%;
    height:72px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding:14px 15px;
    background:linear-gradient(135deg,#0d1a2c,#1a304c);
}
.fsro-team-tile__top:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:95px;
    height:72px;
    background:linear-gradient(135deg,transparent 25%,rgba(255,255,255,.045));
    pointer-events:none;
}
.fsro-team-tile__rank{
    display:flex;
    align-items:center;
    gap:7px;
    color:#fff;
}
.fsro-team-tile__rank small{
    color:#8294aa;
    font-size:6px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.09em;
}
.fsro-team-tile__rank strong{
    color:#fff;
    font-size:20px;
    font-weight:900;
    line-height:1;
}
.fsro-team-tile__active,
.fsro-team-tile__status{
    position:static;
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:5px 8px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:20px;
    background:rgba(255,255,255,.06);
    color:#dce5ef;
    font-size:6px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.fsro-team-tile__active i{
    width:5px;
    height:5px;
    border-radius:50%;
    background:#4fd18b;
    box-shadow:0 0 0 3px rgba(79,209,139,.13);
}
.fsro-team-tile__logo{
    width:84px;
    height:84px;
    display:grid;
    place-items:center;
    flex:0 0 84px;
    margin-top:-36px;
    padding:10px;
    border:5px solid #fff;
    border-radius:50%;
    background:#f4f6f8;
    box-shadow:0 8px 20px rgba(16,31,51,.16);
    z-index:2;
}
.fsro-team-tile__logo img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}
.fsro-team-tile__logo span{
    color:#344054;
    font-size:11px;
    font-weight:900;
}
.fsro-team-tile__copy{
    width:100%;
    min-width:0;
    padding:13px 17px 15px;
    text-align:center;
}
.fsro-team-tile__copy>small{
    color:#8b95a3;
    font-size:7px;
    font-weight:900;
    letter-spacing:.08em;
}
.fsro-team-tile h3{
    margin:6px 0 0;
    color:#111827;
    font-size:15px;
    font-weight:900;
    line-height:1.3;
    white-space:normal;
}
.fsro-team-tile__stats{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    margin-top:auto;
    border-top:1px solid #e5e9ee;
    background:#fafbfc;
}
.fsro-team-tile__stats>div{
    min-height:57px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-right:1px solid #e5e9ee;
}
.fsro-team-tile__stats>div:last-child{
    border-right:0;
}
.fsro-team-tile__stats span{
    color:#8a95a4;
    font-size:6px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.fsro-team-tile__stats strong{
    margin-top:4px;
    color:#172236;
    font-size:14px;
    font-weight:900;
}
.fsro-team-tile__stats strong.is-positive{color:#11834d}
.fsro-team-tile__stats strong.is-negative{color:#d22d36}
.fsro-team-tile__stats .is-points{
    background:#fff3f4;
}
.fsro-team-tile__stats .is-points span,
.fsro-team-tile__stats .is-points strong{
    color:#d71920;
}

@media(max-width:1199px){
    .fsro-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:991px){
    .fsro-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .fsro-standings-card>.card__header{
        min-height:auto;
        align-items:flex-start;
        gap:12px;
        padding:17px;
    }
    .fsro-standings-card>.card__header h4{font-size:15px}
    .fsro-table-updated{white-space:nowrap}
    .fsro-full-standings tbody td{height:57px}
    .fsro-team-grid{grid-template-columns:1fr}
    .fsro-team-tile{min-height:260px}
}

/* ========================================================================
   FSRO Phase 3 design v3
   Rebuilt league table and participant cards. These components intentionally
   avoid the template's legacy .table/.card typography so contrast stays clear.
   ======================================================================== */

.fsro-section-heading-v3{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin:0 0 24px;
    padding:0 0 18px;
    border-bottom:1px solid #dfe5ec;
}
.fsro-section-heading-v3>div:first-child{max-width:760px}
.fsro-section-heading-v3>div:first-child>span{
    display:block;
    margin-bottom:8px;
    color:#e31b23;
    font-size:10px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.fsro-section-heading-v3 h2{
    margin:0;
    color:#111827;
    font-size:30px;
    font-weight:900;
    line-height:1.15;
    letter-spacing:-.025em;
    text-transform:none;
}
.fsro-section-heading-v3 p{
    margin:8px 0 0;
    color:#667085;
    font-size:13px;
    font-weight:500;
    line-height:1.65;
}
.fsro-section-heading-v3__count{
    min-width:92px;
    display:flex;
    align-items:baseline;
    justify-content:flex-end;
    gap:7px;
    color:#111827;
}
.fsro-section-heading-v3__count strong{
    color:#e31b23;
    font-size:36px;
    font-weight:900;
    line-height:1;
}
.fsro-section-heading-v3__count small{
    color:#667085;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.fsro-pretty-selector{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
    margin:0 0 24px;
}
.fsro-pretty-selector label{
    margin:0;
    color:#344054;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.fsro-pretty-selector select{
    width:min(100%,390px);
    height:46px;
    border:1px solid #d7dee7;
    border-radius:8px;
    background:#fff;
    color:#111827;
    font-size:12px;
    font-weight:800;
    box-shadow:0 4px 14px rgba(16,24,40,.04);
}

/* League table shell */
.fsro-ranking-panel{
    overflow:hidden;
    margin-bottom:18px;
    border:1px solid #dce3eb;
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 48px rgba(16,24,40,.09);
}
.fsro-ranking-panel__header{
    min-height:106px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:20px 24px;
    background:
        radial-gradient(circle at 90% 15%,rgba(227,27,35,.18),transparent 31%),
        linear-gradient(135deg,#0d1c31 0%,#142944 100%);
}
.fsro-ranking-panel__identity{
    min-width:0;
    display:flex;
    align-items:center;
    gap:16px;
}
.fsro-ranking-panel__logo{
    width:64px;
    height:64px;
    flex:0 0 64px;
    display:grid;
    place-items:center;
    padding:7px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:13px;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.2);
}
.fsro-ranking-panel__logo img{width:100%;height:100%;object-fit:contain}
.fsro-ranking-panel__logo span{color:#15243a;font-size:13px;font-weight:900}
.fsro-ranking-panel__identity small{
    display:block;
    margin-bottom:4px;
    color:#ef9297;
    font-size:8px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.fsro-ranking-panel__identity h3{
    margin:0;
    color:#fff;
    font-size:22px;
    font-weight:900;
    line-height:1.2;
    text-transform:none;
}
.fsro-ranking-panel__identity p{
    margin:5px 0 0;
    color:#aebbc9;
    font-size:11px;
    font-weight:700;
}
.fsro-ranking-panel__status{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:#fff;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.fsro-ranking-panel__status i{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#39c77a;
    box-shadow:0 0 0 4px rgba(57,199,122,.14);
}

/* Rebuilt standings grid */
.fsro-ranking{width:100%;background:#fff}
.fsro-ranking__header,
.fsro-ranking__row{
    display:grid;
    grid-template-columns:66px minmax(250px,1fr) minmax(430px,1.35fr) 92px;
    align-items:stretch;
}
.fsro-ranking__header{
    min-height:50px;
    border-bottom:1px solid #dce3eb;
    background:#f4f6f8;
    color:#101828;
}
.fsro-ranking__header>div{
    display:flex;
    align-items:center;
    padding:0 14px;
    color:#101828;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.fsro-ranking__header .fsro-ranking__club{justify-content:flex-start}
.fsro-ranking__header .fsro-ranking__position,
.fsro-ranking__header .fsro-ranking__points{justify-content:center}
.fsro-ranking__header .fsro-ranking__numbers{
    display:grid;
    grid-template-columns:repeat(7,minmax(44px,1fr));
    padding:0;
}
.fsro-ranking__header .fsro-ranking__numbers span{
    display:flex;
    align-items:center;
    justify-content:center;
    border-left:1px solid #e2e7ed;
    color:#101828;
    font-size:9px;
    font-weight:900;
}
.fsro-ranking__row{
    position:relative;
    min-height:70px;
    border-bottom:1px solid #e7ebf0;
    background:#fff;
    transition:background-color .16s ease,transform .16s ease;
}
.fsro-ranking__row:last-child{border-bottom:0}
.fsro-ranking__row:before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:4px;
    background:transparent;
}
.fsro-ranking__row:hover{background:#fbfcfd}
.fsro-ranking__row:hover:before{background:#e31b23}
.fsro-ranking__row.is-leader{background:linear-gradient(90deg,#fff7f7 0,#fff 26%)}
.fsro-ranking__row.is-leader:before{background:#e31b23}
.fsro-ranking__row.is-podium:before{background:#8996a8}
.fsro-ranking__row.is-inactive{opacity:.58}
.fsro-ranking__row>.fsro-ranking__position,
.fsro-ranking__row>.fsro-ranking__club,
.fsro-ranking__row>.fsro-ranking__points{
    display:flex;
    align-items:center;
    padding:10px 14px;
}
.fsro-ranking__row>.fsro-ranking__position{justify-content:center}
.fsro-ranking__row>.fsro-ranking__position span{
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    border:1px solid #dce3ea;
    border-radius:9px;
    background:#f5f7f9;
    color:#1d2939;
    font-size:11px;
    font-weight:900;
}
.fsro-ranking__row.is-leader>.fsro-ranking__position span{
    border-color:#e31b23;
    background:#e31b23;
    color:#fff;
    box-shadow:0 6px 14px rgba(227,27,35,.22);
}
.fsro-ranking__club{min-width:0;gap:13px}
.fsro-ranking__logo{
    width:43px;
    height:43px;
    flex:0 0 43px;
    display:grid;
    place-items:center;
    padding:3px;
    border:1px solid #dfe5eb;
    border-radius:50%;
    background:#fff;
}
.fsro-ranking__logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.fsro-ranking__logo b{color:#667085;font-size:8px;font-weight:900}
.fsro-ranking__identity{min-width:0}
.fsro-ranking__identity strong{
    display:block;
    overflow:hidden;
    color:#101828;
    font-size:13px;
    font-weight:900;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fsro-ranking__identity small{
    display:block;
    margin-top:5px;
    overflow:hidden;
    color:#667085;
    font-size:9px;
    font-weight:600;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fsro-ranking__identity em{
    margin-left:7px;
    color:#d92d20;
    font-style:normal;
    font-weight:900;
}
.fsro-ranking__row>.fsro-ranking__numbers{
    display:grid;
    grid-template-columns:repeat(7,minmax(44px,1fr));
    align-items:stretch;
}
.fsro-ranking__row>.fsro-ranking__numbers span{
    display:flex;
    align-items:center;
    justify-content:center;
    border-left:1px solid #edf0f3;
    color:#344054;
}
.fsro-ranking__row>.fsro-ranking__numbers b{
    color:#1d2939;
    font-size:11px;
    font-weight:800;
}
.fsro-ranking__row>.fsro-ranking__numbers .is-positive b{color:#18875d}
.fsro-ranking__row>.fsro-ranking__numbers .is-negative b{color:#d92d20}
.fsro-ranking__row>.fsro-ranking__points{
    flex-direction:column;
    justify-content:center;
    gap:2px;
    border-left:1px solid #e5e9ee;
    background:#f9fafb;
}
.fsro-ranking__row>.fsro-ranking__points strong{
    color:#101828;
    font-size:18px;
    font-weight:900;
    line-height:1;
}
.fsro-ranking__row.is-leader>.fsro-ranking__points strong{color:#e31b23}
.fsro-ranking__row>.fsro-ranking__points small{
    color:#98a2b3;
    font-size:7px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.fsro-table-legend-v3{
    display:flex;
    flex-wrap:wrap;
    gap:8px 18px;
    padding:13px 16px;
    border:1px solid #e0e5eb;
    border-radius:9px;
    background:#fff;
    color:#667085;
    font-size:9px;
    font-weight:600;
}
.fsro-table-legend-v3 b{margin-right:3px;color:#101828;font-weight:900}

/* Participant cards: compact, information-first, two-column layout */
.fsro-team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.fsro-participant-card{
    position:relative;
    overflow:hidden;
    border:1px solid #dce3eb;
    border-radius:12px;
    background:#fff;
    box-shadow:0 10px 30px rgba(16,24,40,.065);
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.fsro-participant-card:hover{
    transform:translateY(-3px);
    border-color:#c8d2de;
    box-shadow:0 16px 38px rgba(16,24,40,.11);
}
.fsro-participant-card.is-inactive{opacity:.62}
.fsro-participant-card__accent{
    position:absolute;
    inset:0 auto 0 0;
    width:4px;
    background:#e31b23;
}
.fsro-participant-card__main{
    min-height:116px;
    display:grid;
    grid-template-columns:54px 74px minmax(0,1fr) 78px;
    align-items:center;
    gap:14px;
    padding:18px 18px 16px 22px;
}
.fsro-participant-card__rank{
    align-self:stretch;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-right:1px solid #e6eaf0;
}
.fsro-participant-card__rank small{
    margin-bottom:5px;
    color:#98a2b3;
    font-size:6px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.fsro-participant-card__rank strong{
    color:#101828;
    font-size:25px;
    font-weight:900;
    line-height:1;
}
.fsro-participant-card__logo{
    width:68px;
    height:68px;
    display:grid;
    place-items:center;
    padding:5px;
    border:1px solid #dfe5eb;
    border-radius:50%;
    background:#f9fafb;
}
.fsro-participant-card__logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.fsro-participant-card__logo span{color:#667085;font-size:10px;font-weight:900}
.fsro-participant-card__identity{min-width:0}
.fsro-participant-card__identity>span{
    display:block;
    margin-bottom:4px;
    overflow:hidden;
    color:#667085;
    font-size:9px;
    font-weight:700;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fsro-participant-card__identity h3{
    margin:0;
    overflow:hidden;
    color:#101828;
    font-size:16px;
    font-weight:900;
    line-height:1.25;
    text-overflow:ellipsis;
    text-transform:none;
    white-space:nowrap;
}
.fsro-participant-card__identity small{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-top:9px;
    color:#d92d20;
    font-size:7px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.fsro-participant-card__identity small i{
    width:6px;
    height:6px;
    border-radius:50%;
    background:currentColor;
}
.fsro-participant-card__identity small.is-active{color:#14875d}
.fsro-participant-card__points{
    align-self:stretch;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-left:1px solid #e6eaf0;
}
.fsro-participant-card__points strong{
    color:#e31b23;
    font-size:27px;
    font-weight:900;
    line-height:1;
}
.fsro-participant-card__points span{
    margin-top:5px;
    color:#98a2b3;
    font-size:7px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.07em;
}
.fsro-participant-card__stats{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    border-top:1px solid #e5eaf0;
    background:#f7f9fb;
}
.fsro-participant-card__stats>div{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    border-right:1px solid #e4e9ef;
}
.fsro-participant-card__stats>div:last-child{border-right:0}
.fsro-participant-card__stats span{
    color:#98a2b3;
    font-size:7px;
    font-weight:900;
    text-transform:uppercase;
}
.fsro-participant-card__stats strong{
    color:#1d2939;
    font-size:11px;
    font-weight:900;
}
.fsro-participant-card__stats .is-positive{color:#14875d}
.fsro-participant-card__stats .is-negative{color:#d92d20}

@media(max-width:1199px){
    .fsro-ranking__header,.fsro-ranking__row{grid-template-columns:58px minmax(220px,1fr) minmax(385px,1.35fr) 80px}
    .fsro-participant-card__main{grid-template-columns:46px 62px minmax(0,1fr) 66px;gap:11px;padding-left:18px}
    .fsro-participant-card__logo{width:58px;height:58px}
}
@media(max-width:991px){
    .fsro-team-grid{grid-template-columns:1fr}
    .fsro-ranking{overflow-x:auto}
    .fsro-ranking__header,.fsro-ranking__row{min-width:820px}
}
@media(max-width:767px){
    .fsro-section-heading-v3{align-items:flex-start}
    .fsro-section-heading-v3 h2{font-size:24px}
    .fsro-section-heading-v3__count strong{font-size:30px}
    .fsro-pretty-selector{align-items:flex-start;flex-direction:column}
    .fsro-pretty-selector select{width:100%}
    .fsro-ranking-panel__header{min-height:0;padding:17px}
    .fsro-ranking-panel__logo{width:54px;height:54px;flex-basis:54px}
    .fsro-ranking-panel__identity h3{font-size:17px}
    .fsro-ranking-panel__status{display:none}

    .fsro-ranking{overflow:visible}
    .fsro-ranking__header{display:none}
    .fsro-ranking__row{
        min-width:0;
        display:grid;
        grid-template-columns:46px minmax(0,1fr) 66px;
        grid-template-areas:
            "position club points"
            "numbers numbers numbers";
        min-height:0;
        margin:0;
        padding:13px 12px 0;
    }
    .fsro-ranking__row>.fsro-ranking__position{grid-area:position;padding:0 8px 12px 0}
    .fsro-ranking__row>.fsro-ranking__club{grid-area:club;padding:0 8px 12px}
    .fsro-ranking__row>.fsro-ranking__points{grid-area:points;padding:0 0 12px;border:0;background:transparent}
    .fsro-ranking__row>.fsro-ranking__numbers{
        grid-area:numbers;
        grid-template-columns:repeat(7,1fr);
        margin:0 -12px;
        border-top:1px solid #edf0f3;
        background:#f8fafb;
    }
    .fsro-ranking__row>.fsro-ranking__numbers span{
        min-height:48px;
        flex-direction:column;
        gap:3px;
        border-left:1px solid #e8edf2;
    }
    .fsro-ranking__row>.fsro-ranking__numbers span:first-child{border-left:0}
    .fsro-ranking__row>.fsro-ranking__numbers span:before{
        content:attr(data-label);
        color:#98a2b3;
        font-size:7px;
        font-weight:900;
    }
    .fsro-ranking__identity strong{font-size:12px}
    .fsro-ranking__identity small{font-size:8px}
    .fsro-ranking__logo{width:38px;height:38px;flex-basis:38px}
    .fsro-ranking__row>.fsro-ranking__points strong{font-size:17px}
    .fsro-table-legend-v3{display:none}

    .fsro-participant-card__main{grid-template-columns:43px 58px minmax(0,1fr) 58px;gap:9px;padding:14px 12px 13px 16px}
    .fsro-participant-card__logo{width:54px;height:54px}
    .fsro-participant-card__identity h3{font-size:14px}
    .fsro-participant-card__points strong{font-size:22px}
}
@media(max-width:479px){
    .fsro-section-heading-v3__count{display:none}
    .fsro-ranking-panel{border-radius:10px}
    .fsro-ranking-panel__identity{gap:11px}
    .fsro-ranking-panel__identity h3{font-size:15px}
    .fsro-ranking__row{grid-template-columns:40px minmax(0,1fr) 54px;padding-left:9px;padding-right:9px}
    .fsro-ranking__row>.fsro-ranking__numbers{margin-left:-9px;margin-right:-9px}
    .fsro-ranking__row>.fsro-ranking__numbers b{font-size:10px}
    .fsro-ranking__row>.fsro-ranking__position span{width:29px;height:29px}
    .fsro-ranking__club{gap:8px}
    .fsro-ranking__logo{width:34px;height:34px;flex-basis:34px}

    .fsro-participant-card__main{
        grid-template-columns:40px 54px minmax(0,1fr) 52px;
        gap:7px;
        padding:12px 9px 12px 13px;
    }
    .fsro-participant-card__rank small{display:none}
    .fsro-participant-card__rank strong{font-size:20px}
    .fsro-participant-card__logo{width:49px;height:49px}
    .fsro-participant-card__identity>span{font-size:8px}
    .fsro-participant-card__identity h3{font-size:12px}
    .fsro-participant-card__identity small{margin-top:6px;font-size:6px}
    .fsro-participant-card__points strong{font-size:19px}
    .fsro-participant-card__points span{font-size:6px}
    .fsro-participant-card__stats>div{min-height:43px;gap:4px}
}

/* ========================================================================== */
/* Premium polish + connected entity links (V4)                               */
/* ========================================================================== */

:root{
    --fsro-ink:#101828;
    --fsro-muted:#667085;
    --fsro-line:#e4e9ef;
    --fsro-red:#e31b23;
    --fsro-navy:#0d1c31;
    --fsro-green:#14875d;
}

/* Standings: clearer hierarchy and visible interaction */
.fsro-ranking__header{
    position:sticky;
    top:0;
    z-index:4;
    background:linear-gradient(180deg,#f8fafc 0%,#f1f4f7 100%);
    box-shadow:0 1px 0 #dce3eb;
}
.fsro-ranking__row{
    isolation:isolate;
}
.fsro-ranking__row:after{
    content:"";
    position:absolute;
    inset:7px 8px;
    z-index:-1;
    border-radius:9px;
    background:transparent;
    transition:background-color .18s ease,box-shadow .18s ease;
}
.fsro-ranking__row:hover:after{
    background:#f8fafc;
    box-shadow:0 5px 18px rgba(16,24,40,.055);
}
.fsro-ranking__row.is-leader:after{
    background:linear-gradient(90deg,rgba(227,27,35,.065),rgba(255,255,255,0) 58%);
}
.fsro-ranking__team-link{
    width:100%;
    min-width:0;
    display:flex;
    align-items:center;
    gap:13px;
    color:inherit;
    text-decoration:none!important;
}
.fsro-ranking__team-link:hover .fsro-ranking__identity strong,
.fsro-ranking__team-link:focus .fsro-ranking__identity strong{
    color:var(--fsro-red);
}
.fsro-ranking__link-icon{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    flex:0 0 28px;
    margin-left:auto;
    border:1px solid #e4e9ef;
    border-radius:50%;
    background:#fff;
    color:#98a2b3;
    font-size:8px;
    opacity:0;
    transform:translateX(-5px);
    transition:opacity .18s ease,transform .18s ease,color .18s ease,border-color .18s ease;
}
.fsro-ranking__row:hover .fsro-ranking__link-icon,
.fsro-ranking__team-link:focus .fsro-ranking__link-icon{
    opacity:1;
    transform:translateX(0);
    border-color:#f3b7ba;
    color:var(--fsro-red);
}
a.fsro-ranking__points{
    color:inherit;
    text-decoration:none!important;
    transition:background-color .18s ease;
}
a.fsro-ranking__points:hover{
    background:#fff4f4;
}
.fsro-ranking__row.is-leader .fsro-ranking__identity strong:after{
    content:"Lider";
    display:inline-flex;
    align-items:center;
    margin-left:8px;
    padding:3px 6px;
    border-radius:999px;
    background:#fff0f1;
    color:var(--fsro-red);
    font-size:6px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    vertical-align:middle;
}

/* Participant cards: more premium, clickable and less like admin cards */
.fsro-participant-card{
    border-color:#dfe5ec;
    background:
        radial-gradient(circle at 92% 8%,rgba(227,27,35,.055),transparent 34%),
        #fff;
}
.fsro-participant-card:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius:inherit;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.fsro-participant-card__logo,
.fsro-participant-card__points,
.fsro-participant-card__identity h3 a,
.fsro-participant-card__club,
.fsro-participant-card__cta{
    text-decoration:none!important;
}
.fsro-participant-card__logo{
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.fsro-participant-card:hover .fsro-participant-card__logo{
    transform:scale(1.04);
    border-color:#f2b8bb;
    box-shadow:0 8px 18px rgba(16,24,40,.08);
}
.fsro-participant-card__club{
    display:block;
    margin-bottom:4px;
    overflow:hidden;
    color:#667085;
    font-size:9px;
    font-weight:700;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fsro-participant-card__club:hover{color:var(--fsro-red)}
.fsro-participant-card__identity h3 a{color:#101828}
.fsro-participant-card__identity h3 a:hover{color:var(--fsro-red)}
a.fsro-participant-card__points{color:inherit}
a.fsro-participant-card__points:hover{background:#fff6f6}
.fsro-participant-card__cta{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px 0 22px;
    border-top:1px solid #e5eaf0;
    background:#fff;
    color:#344054;
    font-size:8px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    transition:color .18s ease,background-color .18s ease;
}
.fsro-participant-card__cta i{
    width:25px;
    height:25px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#f2f4f7;
    color:#667085;
    font-size:8px;
    transition:transform .18s ease,background-color .18s ease,color .18s ease;
}
.fsro-participant-card__cta:hover{
    background:#fff8f8;
    color:var(--fsro-red);
}
.fsro-participant-card__cta:hover i{
    transform:translateX(3px);
    background:var(--fsro-red);
    color:#fff;
}

/* Match rows: clear click targets and premium hover */
.fsro-fixture-row{
    position:relative;
    transition:background-color .18s ease,box-shadow .18s ease;
}
.fsro-fixture-row:hover{
    z-index:2;
    background:#fbfcfd;
    box-shadow:0 8px 22px rgba(16,24,40,.055);
}
.fsro-fixture-row__status{
    display:inline-flex;
    align-items:center;
    width:max-content;
    padding:3px 7px;
    border-radius:999px;
    background:#f2f4f7;
    color:#667085!important;
    font-size:7px!important;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.fsro-fixture-team__name{
    min-width:0;
    overflow:hidden;
    color:#253147;
    font-size:11px;
    font-weight:800;
    text-decoration:none!important;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fsro-fixture-team__name:hover{color:var(--fsro-red)}
.fsro-fixture-team__logo{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    flex:0 0 38px;
    text-decoration:none!important;
}
.fsro-fixture-team__logo img,
.fsro-fixture-team__logo b{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
}
.fsro-fixture-team__logo img{object-fit:contain}
.fsro-fixture-team__logo b{border-radius:50%;background:#edf1f5;color:#566477;font-size:8px}
a.fsro-fixture-score{
    min-height:48px;
    flex-direction:column;
    gap:2px;
    border:1px solid #e3e8ee;
    border-radius:9px;
    background:#fff;
    color:inherit;
    text-decoration:none!important;
    box-shadow:0 4px 12px rgba(16,24,40,.045);
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
a.fsro-fixture-score:hover{
    transform:translateY(-1px);
    border-color:#efb4b8;
    box-shadow:0 7px 17px rgba(227,27,35,.1);
}
.fsro-fixture-score__line{display:flex;align-items:center;justify-content:center;gap:7px}
.fsro-fixture-score small{
    color:#98a2b3;
    font-size:6px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.fsro-fixture-row__venue a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    width:max-content;
    margin-top:7px;
    color:var(--fsro-red);
    font-size:7px;
    font-weight:900;
    letter-spacing:.05em;
    text-decoration:none!important;
    text-transform:uppercase;
}
.fsro-fixture-row__venue a i{transition:transform .18s ease}
.fsro-fixture-row__venue a:hover i{transform:translateX(3px)}

/* Shared club/team/match detail pages */
.fsro-entity-page{padding-top:48px;padding-bottom:70px}
.fsro-entity-hero{
    position:relative;
    overflow:hidden;
    padding:24px 0 0;
    background:
        radial-gradient(circle at 84% 14%,color-mix(in srgb,var(--entity-primary,#e31b23) 24%,transparent),transparent 28%),
        linear-gradient(135deg,var(--entity-secondary,#0d1c31) 0%,#142d4d 100%);
    color:#fff;
}
.fsro-entity-hero:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.15;
    background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
    background-size:38px 38px;
    mask-image:linear-gradient(90deg,transparent,#000 58%,transparent);
}
.fsro-entity-hero>.container{position:relative;z-index:1}
.fsro-entity-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:20px;
    color:#aebdcd;
    font-size:8px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.fsro-entity-breadcrumb a{color:#fff;text-decoration:none!important}
.fsro-entity-breadcrumb a:hover{color:#ff9da1}
.fsro-entity-breadcrumb i{font-size:6px;color:#71839a}
.fsro-entity-hero__main{
    min-height:126px;
    display:flex;
    align-items:center;
    gap:20px;
    padding-bottom:25px;
}
.fsro-entity-hero__logo{
    width:88px;
    height:88px;
    display:grid;
    place-items:center;
    flex:0 0 88px;
    padding:8px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 35px rgba(0,0,0,.24);
}
.fsro-entity-hero__logo img{width:100%;height:100%;object-fit:contain}
.fsro-entity-hero__logo span{color:#15243a;font-size:16px;font-weight:900}
.fsro-entity-hero__copy{min-width:0}
.fsro-entity-hero__copy>small{display:block;margin-bottom:7px;color:#ff9da1;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.fsro-entity-hero__copy h1{margin:0;color:#fff;font-size:32px;font-weight:900;line-height:1.12;text-transform:none}
.fsro-entity-hero__copy p{margin:8px 0 0;color:#b9c6d3;font-size:11px;font-weight:700}
.fsro-entity-hero__copy p a{color:#fff;text-decoration:none!important}
.fsro-entity-hero__back{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-left:auto;
    padding:11px 15px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:8px;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:8px;
    font-weight:900;
    text-decoration:none!important;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.fsro-entity-hero__back:hover{background:#fff;color:#14243a}
.fsro-entity-facts{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid rgba(255,255,255,.1);
}
.fsro-entity-facts>div{
    min-height:74px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 18px;
    border-right:1px solid rgba(255,255,255,.1);
}
.fsro-entity-facts>div:last-child{border-right:0}
.fsro-entity-facts i{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    flex:0 0 34px;
    border-radius:10px;
    background:rgba(255,255,255,.08);
    color:#ff686e;
}
.fsro-entity-facts span{min-width:0}
.fsro-entity-facts small{display:block;color:#8395a9;font-size:6px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.fsro-entity-facts strong{display:block;margin-top:4px;overflow:hidden;color:#fff;font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
.fsro-entity-card{margin-bottom:22px;border-radius:11px;box-shadow:0 9px 28px rgba(16,24,40,.06)}
.fsro-entity-prose{color:#475467;font-size:12px;line-height:1.8}
.fsro-entity-prose h2,.fsro-entity-prose h3{color:#101828;text-transform:none}
.fsro-entity-team-list{padding:0}
.fsro-entity-team-row{
    min-height:72px;
    display:flex;
    align-items:center;
    gap:13px;
    padding:11px 16px;
    border-bottom:1px solid #edf0f3;
    color:#101828;
    text-decoration:none!important;
    transition:background-color .18s ease;
}
.fsro-entity-team-row:last-child{border-bottom:0}
.fsro-entity-team-row:hover{background:#fafbfc}
.fsro-entity-team-row__logo{width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;padding:4px;border:1px solid #e2e7ed;border-radius:50%;background:#fff}
.fsro-entity-team-row__logo img{width:100%;height:100%;object-fit:contain}
.fsro-entity-team-row__logo b{font-size:8px;color:#667085}
.fsro-entity-team-row>span:nth-child(2){min-width:0}
.fsro-entity-team-row strong{display:block;color:#101828;font-size:12px;font-weight:900}
.fsro-entity-team-row small{display:block;margin-top:4px;color:#98a2b3;font-size:8px;font-weight:700}
.fsro-entity-team-row>i{margin-left:auto;color:#98a2b3;font-size:9px;transition:transform .18s ease,color .18s ease}
.fsro-entity-team-row:hover>i{transform:translateX(3px);color:var(--fsro-red)}
.fsro-entity-info>div,.fsro-match-facts>div{
    display:flex;
    align-items:flex-start;
    gap:11px;
    padding:12px 0;
    border-bottom:1px solid #edf0f3;
}
.fsro-entity-info>div:last-child,.fsro-match-facts>div:last-child{border-bottom:0}
.fsro-entity-info i,.fsro-match-facts i{width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px;border-radius:9px;background:#fff0f1;color:var(--fsro-red);font-size:11px}
.fsro-entity-info span,.fsro-match-facts span{min-width:0}
.fsro-entity-info small,.fsro-match-facts small{display:block;color:#98a2b3;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.fsro-entity-info strong,.fsro-entity-info a,.fsro-match-facts strong,.fsro-match-facts a{display:block;margin-top:4px;color:#1d2939;font-size:10px;font-weight:800;text-decoration:none!important;word-break:break-word}
.fsro-entity-info a:hover,.fsro-match-facts a:hover{color:var(--fsro-red)}
.fsro-entity-links{padding:0}
.fsro-entity-links>a{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid #edf0f3;color:#101828;text-decoration:none!important}
.fsro-entity-links>a:last-child{border-bottom:0}
.fsro-entity-links>a:hover{background:#fafbfc}
.fsro-entity-links>a>span{min-width:0}
.fsro-entity-links strong{display:block;overflow:hidden;color:#101828;font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
.fsro-entity-links small{display:block;margin-top:4px;overflow:hidden;color:#98a2b3;font-size:8px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.fsro-entity-links>a>i{margin-left:auto;color:#98a2b3;font-size:8px;transition:transform .18s ease,color .18s ease}
.fsro-entity-links>a:hover>i{transform:translateX(3px);color:var(--fsro-red)}

/* Match detail */
.fsro-match-hero{
    padding:22px 0 34px;
    background:
        radial-gradient(circle at 50% 0,rgba(227,27,35,.16),transparent 35%),
        linear-gradient(135deg,#0b192d,#173252);
    color:#fff;
}
.fsro-match-hero__meta{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px;color:#aebdcd;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.fsro-match-hero__meta span,.fsro-match-hero__meta em{padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.07);font-style:normal}
.fsro-match-hero__meta em{color:#ff8e93}
.fsro-match-scoreboard{display:grid;grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr);align-items:center;gap:24px}
.fsro-match-side{display:flex;align-items:center;gap:16px;color:#fff;text-decoration:none!important}
.fsro-match-side.is-home{justify-content:flex-end;text-align:right}
.fsro-match-side.is-away{justify-content:flex-start}
.fsro-match-side>span{width:82px;height:82px;display:grid;place-items:center;flex:0 0 82px;padding:7px;border-radius:18px;background:#fff;box-shadow:0 13px 30px rgba(0,0,0,.2)}
.fsro-match-side>span img{width:100%;height:100%;object-fit:contain}
.fsro-match-side>span b{color:#15243a;font-size:14px}
.fsro-match-side small{display:block;color:#91a2b4;font-size:8px;font-weight:800}
.fsro-match-side h1{margin:5px 0 0;color:#fff;font-size:20px;font-weight:900;line-height:1.2;text-transform:none}
.fsro-match-side:hover h1{color:#ff9da1}
.fsro-match-score{text-align:center}
.fsro-match-score small{display:block;color:#91a2b4;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.fsro-match-score strong{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;color:#fff;font-size:38px;font-weight:900;line-height:1}
.fsro-match-score strong i{color:#6f8298;font-size:22px;font-style:normal}
.fsro-match-score span{display:block;margin-top:8px;color:#aebdcd;font-size:8px;font-weight:800}
.fsro-match-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:0 22px}

@media(max-width:991px){
    .fsro-ranking__link-icon{display:none}
    .fsro-entity-facts{grid-template-columns:repeat(2,1fr)}
    .fsro-entity-facts>div:nth-child(2){border-right:0}
    .fsro-entity-facts>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
    .fsro-match-scoreboard{grid-template-columns:minmax(0,1fr) 130px minmax(0,1fr);gap:12px}
    .fsro-match-side>span{width:64px;height:64px;flex-basis:64px}
    .fsro-match-side h1{font-size:16px}
    .fsro-match-score strong{font-size:30px}
}

@media(max-width:767px){
    .fsro-ranking__team-link{gap:8px}
    .fsro-ranking__row.is-leader .fsro-ranking__identity strong:after{display:none}
    .fsro-participant-card__cta{min-height:39px}
    .fsro-fixture-row__status{margin-left:auto}
    .fsro-fixture-row__date{gap:8px}
    .fsro-fixture-row__venue a{margin-left:auto}
    .fsro-entity-page{padding-top:30px;padding-bottom:52px}
    .fsro-entity-hero{padding-top:16px}
    .fsro-entity-breadcrumb{overflow-x:auto;white-space:nowrap}
    .fsro-entity-hero__main{align-items:flex-start;gap:13px;min-height:0;padding-bottom:18px}
    .fsro-entity-hero__logo{width:68px;height:68px;flex-basis:68px;border-radius:14px}
    .fsro-entity-hero__copy h1{font-size:22px}
    .fsro-entity-hero__back{display:none}
    .fsro-entity-facts>div{min-height:62px;padding:10px 11px}
    .fsro-entity-facts i{width:29px;height:29px;flex-basis:29px}
    .fsro-match-scoreboard{grid-template-columns:1fr 86px 1fr;gap:7px}
    .fsro-match-side{flex-direction:column;gap:8px;text-align:center!important}
    .fsro-match-side.is-home{justify-content:center}
    .fsro-match-side>span{width:54px;height:54px;flex-basis:54px;border-radius:13px}
    .fsro-match-side small{display:none}
    .fsro-match-side h1{margin-top:0;font-size:12px}
    .fsro-match-score strong{gap:6px;font-size:23px}
    .fsro-match-score strong i{font-size:14px}
    .fsro-match-hero__meta{flex-wrap:wrap;gap:6px}
    .fsro-match-facts{grid-template-columns:1fr}
}

@media(max-width:479px){
    .fsro-fixture-team__name{font-size:8px}
    .fsro-fixture-team__logo,.fsro-fixture-team__logo img,.fsro-fixture-team__logo b{width:31px;height:31px;flex-basis:31px}
    a.fsro-fixture-score{min-height:42px}
    .fsro-entity-hero__copy h1{font-size:18px}
    .fsro-entity-hero__copy p{font-size:9px}
    .fsro-entity-facts small{font-size:5px}
    .fsro-entity-facts strong{font-size:8px}
    .fsro-match-side h1{font-size:10px}
}

/* ========================================================================
   FSRO V7.2 — premium mobile standings cards
   Full standings remain a table on desktop, but become readable cards on
   phones without horizontal or vertical inner scrolling.
   ======================================================================== */
@media (max-width: 767px) {
    .fsro-ranking-panel {
        overflow: hidden;
        border: 1px solid #dfe6ee;
        border-radius: 16px;
        background: #f3f6fa;
        box-shadow: 0 18px 45px rgba(15, 35, 60, .10);
    }

    .fsro-ranking-panel__header {
        padding: 18px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .fsro-ranking-panel__identity {
        min-width: 0;
    }

    .fsro-ranking-panel__identity h3 {
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
        line-height: 1.25;
    }

    .fsro-ranking {
        width: 100%;
        padding: 10px;
        overflow: visible !important;
        background: #f3f6fa;
    }

    .fsro-ranking__body {
        display: grid;
        gap: 10px;
    }

    .fsro-ranking__header {
        display: none !important;
    }

    .fsro-ranking__row {
        position: relative;
        min-width: 0 !important;
        width: 100%;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 66px;
        grid-template-areas:
            "position club points"
            "numbers numbers numbers";
        margin: 0;
        padding: 14px 13px 0;
        overflow: hidden;
        border: 1px solid #e0e7ef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 7px 20px rgba(16, 36, 61, .055);
        transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    }

    .fsro-ranking__row::before {
        inset: 0 auto 0 0;
        width: 4px;
        border-radius: 14px 0 0 14px;
        background: #cad3df;
    }

    .fsro-ranking__row::after {
        display: none;
    }

    .fsro-ranking__row.is-leader {
        border-color: #f0b3b7;
        background: linear-gradient(135deg, #fff5f5 0%, #fff 48%);
        box-shadow: 0 10px 26px rgba(227, 27, 35, .10);
    }

    .fsro-ranking__row.is-leader::before {
        background: #e31b23;
    }

    .fsro-ranking__row.is-podium:not(.is-leader)::before {
        background: #8998aa;
    }

    .fsro-ranking__row:hover {
        transform: translateY(-1px);
        border-color: #cbd6e2;
        background: #fff;
        box-shadow: 0 11px 28px rgba(16, 36, 61, .09);
    }

    .fsro-ranking__row > .fsro-ranking__position {
        grid-area: position;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 1px 7px 13px 0;
    }

    .fsro-ranking__row > .fsro-ranking__position span {
        width: 31px;
        height: 31px;
        border: 0;
        border-radius: 9px;
        background: #eef2f6;
        color: #455468;
        font-size: 11px;
        box-shadow: inset 0 0 0 1px #dce4ec;
    }

    .fsro-ranking__row.is-leader > .fsro-ranking__position span {
        background: linear-gradient(135deg, #f34a52, #d71920);
        color: #fff;
        box-shadow: 0 6px 14px rgba(215, 25, 32, .22);
    }

    .fsro-ranking__row > .fsro-ranking__club {
        grid-area: club;
        min-width: 0;
        padding: 0 7px 13px 0;
    }

    .fsro-ranking__team-link {
        min-width: 0;
        align-items: center;
        gap: 10px;
    }

    .fsro-ranking__logo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-color: #dde5ed;
        background: #f9fbfd;
    }

    .fsro-ranking__identity {
        min-width: 0;
        flex: 1 1 auto;
    }

    .fsro-ranking__identity strong {
        display: -webkit-box;
        overflow: hidden;
        color: #172338;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.25;
        white-space: normal;
        text-overflow: clip;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .fsro-ranking__identity small {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px 7px;
        margin-top: 5px;
        overflow: visible;
        color: #8a97a7;
        font-size: 8px;
        line-height: 1.35;
        white-space: normal;
        text-overflow: clip;
    }

    .fsro-ranking__identity em {
        margin-left: 0;
        padding: 2px 5px;
        border-radius: 999px;
        background: #fff0f1;
        color: #d71920;
        font-size: 6px;
    }

    .fsro-ranking__link-icon {
        display: none !important;
    }

    .fsro-ranking__row > .fsro-ranking__points,
    a.fsro-ranking__points {
        grid-area: points;
        align-self: start;
        min-width: 58px;
        min-height: 54px;
        margin: -3px 0 0;
        padding: 8px 5px;
        border: 0;
        border-radius: 11px;
        background: linear-gradient(145deg, #122a48, #09192c);
        color: #fff;
        box-shadow: 0 8px 18px rgba(9, 25, 44, .15);
    }

    .fsro-ranking__row.is-leader > .fsro-ranking__points,
    .fsro-ranking__row.is-leader a.fsro-ranking__points {
        background: linear-gradient(145deg, #ef3540, #c9131e);
    }

    .fsro-ranking__row > .fsro-ranking__points strong,
    a.fsro-ranking__points strong {
        color: #fff !important;
        font-size: 19px;
        line-height: 1;
    }

    .fsro-ranking__row > .fsro-ranking__points small,
    a.fsro-ranking__points small {
        margin-top: 3px;
        color: rgba(255, 255, 255, .68);
        font-size: 6px;
        letter-spacing: .07em;
        text-transform: uppercase;
    }

    .fsro-ranking__row > .fsro-ranking__numbers {
        grid-area: numbers;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin: 0 -13px;
        overflow: hidden;
        border-top: 1px solid #e6ecf2;
        background: #f7f9fb;
    }

    .fsro-ranking__row > .fsro-ranking__numbers span {
        min-width: 0;
        min-height: 43px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 6px 2px;
        border: 0;
        border-right: 1px solid #e5ebf1;
        border-bottom: 1px solid #e5ebf1;
        background: transparent;
    }

    .fsro-ranking__row > .fsro-ranking__numbers span:nth-child(-n+4) {
        grid-column: span 3;
    }

    .fsro-ranking__row > .fsro-ranking__numbers span:nth-child(n+5) {
        grid-column: span 4;
        border-bottom: 0;
    }

    .fsro-ranking__row > .fsro-ranking__numbers span:nth-child(4),
    .fsro-ranking__row > .fsro-ranking__numbers span:nth-child(7) {
        border-right: 0;
    }

    .fsro-ranking__row > .fsro-ranking__numbers span::before {
        content: attr(data-label);
        color: #8c99a9;
        font-size: 7px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .04em;
    }

    .fsro-ranking__row > .fsro-ranking__numbers b {
        color: #263449;
        font-size: 11px;
        font-weight: 900;
        line-height: 1;
    }

    .fsro-ranking__row > .fsro-ranking__numbers .is-positive {
        background: #f0fbf6;
    }

    .fsro-ranking__row > .fsro-ranking__numbers .is-negative {
        background: #fff5f5;
    }

    .fsro-table-legend-v3 {
        margin-top: 10px;
        border-radius: 12px;
        font-size: 8px;
    }
}

@media (max-width: 399px) {
    .fsro-ranking {
        padding: 7px;
    }

    .fsro-ranking__body {
        gap: 8px;
    }

    .fsro-ranking__row {
        grid-template-columns: 37px minmax(0, 1fr) 57px;
        padding: 12px 10px 0;
        border-radius: 12px;
    }

    .fsro-ranking__row > .fsro-ranking__position {
        padding-right: 5px;
    }

    .fsro-ranking__row > .fsro-ranking__position span {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }

    .fsro-ranking__logo {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .fsro-ranking__team-link {
        gap: 7px;
    }

    .fsro-ranking__identity strong {
        font-size: 11px;
    }

    .fsro-ranking__identity small {
        font-size: 7px;
    }

    .fsro-ranking__row > .fsro-ranking__points,
    a.fsro-ranking__points {
        min-width: 53px;
        min-height: 50px;
        padding: 7px 4px;
    }

    .fsro-ranking__row > .fsro-ranking__points strong,
    a.fsro-ranking__points strong {
        font-size: 17px;
    }

    .fsro-ranking__row > .fsro-ranking__numbers {
        margin-left: -10px;
        margin-right: -10px;
    }

    .fsro-ranking__row > .fsro-ranking__numbers span {
        min-height: 40px;
    }

    .fsro-ranking__row > .fsro-ranking__numbers b {
        font-size: 10px;
    }
}
