html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
margin: 0;
}
img {
display: block;
max-width: 100%;
height: auto;
}
p{
margin: 0;
} .sgw-catalog {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-top: 20px;
}
.sgw-catalog__sidebar {
flex: 0 0 250px;
max-width: 250px;
width: 100%;
border-radius: 6px;
height: fit-content;
}
.sgw-catalog__content {
flex: 1;
min-width: 0;
}
.sgw-catalog__events{
margin-top: 20px;
}
.sgw-catalog__events-item:not(:last-child){
margin-bottom: 1px;
}
.sgw-catalog__events-item-title-wrapper{
display: flex;
align-items: center;
justify-content: space-between;
background-color: rgba(240, 240, 245, 1);
padding: 0.5rem 0.75rem;
border-radius: 6px;
}
.sgw-catalog__events-item-title{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.event-title-league{
font-weight: 600;
font-size: 16px;
color: #010028;
opacity: 0.7;
}
.event-title-date{
font-size: 14px;
opacity: 0.6;
color: #010028;
margin-right: 10px;
}
.sgw-catalog__events-toggle {
background: none;
border: none;
cursor: pointer;
display: flex;
align-items: center;
padding: 10px;
border: 1px solid rgba(255, 255, 255, 1);  
border-radius: 6px;
}
.sgw-toggle-icon {
transition: transform 0.3s ease;
}
.sgw-catalog__events-toggle .sgw-toggle-icon {
transition: transform 0.3s ease;
}
.sgw-catalog__events-toggle.is-active .sgw-toggle-icon {
transform: rotate(180deg);
}
.sgw-catalog__filters{
display: flex;
align-items: center;
gap: 25px;
background: radial-gradient(circle, #343353 0, #010028 100%);
border: 1px #010028;
padding: 0.75rem 0.95rem;
border-radius: 6px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.sgw-sidebar-burger {
display: none;
background: none;
border: none;
cursor: pointer;
}  .sgw-breadcrumbs {
--sgw-bc-text: #1f2937; --sgw-bc-muted: #6b7280; --sgw-bc-link: #2563eb; --sgw-bc-sep: #9ca3af; margin: 18px 0;
font-size: 14px;
line-height: 1.4;
color: var(--sgw-bc-muted);
}
.sgw-breadcrumbs__list {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.sgw-breadcrumbs__item {
display: inline-flex;
align-items: center;
}
.sgw-breadcrumbs__item + .sgw-breadcrumbs__item::before {
content: "›";
margin: 0 6px;
color: var(--sgw-bc-sep);
opacity: .7;
}
.sgw-breadcrumbs__link {
display: inline-block;
color: var(--sgw-bc-link);
text-decoration: none;
padding: 4px 8px;
border-radius: 999px;
transition: background .2s ease, color .2s ease, box-shadow .2s ease;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: 600;
border-radius: 999px;
border: 1px solid;
}
.sgw-breadcrumbs__link:hover {
background: rgba(37, 99, 235, .08);
color: #008b8b;
}
.sgw-breadcrumbs__link:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(37, 99, 235, .35);
}
.sgw-breadcrumbs__current {
display: inline-block;
color: var(--sgw-bc-text);
font-weight: 600;
padding: 4px 8px;
border-radius: 999px;
background: linear-gradient(to right, rgba(0,0,0,.05), rgba(0,0,0,.03));
white-space: nowrap;
text-overflow: ellipsis;
border: 1px solid rgba(0,0,0,.03);
}  .sgw-filters__calendar {
display: flex;
flex-direction: column;
gap: 6px;
}
.sgw-filters__calendar-select {
padding: 6px 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
}
.sgw-filters__calendar-select{
color: #fff !important;
position: relative;
}
.sgw-filters__calendar-select::before{
position: absolute;
top: 0;
left: 0;
}
.sgw-calendar-dropdown {
position: relative;
max-width: 250px;
font-family: inherit;
margin-left: auto;
}
.sgw-calendar-dropdown__toggle {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 8px;
border: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer;
position: relative;
color: #fff;
}
.sgw-calendar-dropdown__icon {
width: 20px;
height: 20px;
margin-right: 10px;
flex-shrink: 0;
}
.sgw-calendar-dropdown__label {
flex-grow: 1;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sgw-calendar-dropdown__arrow {
font-size: 12px;
color: #999;
margin-left: 8px;
}
.sgw-calendar-dropdown__menu {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 1px solid #ccc;
border-top: none;
border-radius: 0 0 6px 6px;
z-index: 10;
max-height: 250px;
overflow-y: auto;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
padding-left: 0;
}
.sgw-calendar-dropdown__item {
padding: 10px 12px;
font-size: 14px;
cursor: pointer;
text-align: center;
}
.sgw-calendar-dropdown__item a {
color: #333;
text-decoration: none;
display: block;
width: 100%;
}
.sgw-calendar-dropdown__item:hover,
.sgw-calendar-dropdown__item.is-active {
background-color: #f3f4f6;
}  .sgw-filters__status-list{
padding-left: 0;
font-size: 16px;
padding: .125rem;
border-color: rgba(255, 255, 255, 0.2);
border-width: 1px;
border-radius: 9999px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
justify-content: space-between;
border-style: solid;
}
.sgw-filters__status-item {
color: rgba(255, 255, 255, 1); border-radius: 9999px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
list-style-type: none;
}
.sgw-filters__status-item:hover{
background-color: rgba(52, 51, 83, 1);
}
.sgw-filters__status-item--active{
color: rgba(1, 0, 40, 1);
background-color: rgba(255, 255, 255, 1) !important;
}
.sgw-filters__status-item--live{
color: rgba(239, 68, 68, 1);
position: relative; }
.sgw-filters__status-item--live .sgw-filters__status-link::before {
content: '';
position: absolute;
top: 50%;
left: 16px;
transform: translateY(-50%);
width: 4px;
height: 4px;
background-color: rgba(239, 68, 68, 1);
border-radius: 50%;
}
.sgw-filters__status-link{
color: inherit;
background-color: transparent !important;
}
.sgw-filters__status-link:hover{
cursor: inherit;
color: inherit;
}
.sgw-filters__status-item--live .sgw-filters__status-link{
padding: .25rem .85rem 0.25rem 1.4rem;
}
.sgw-filters__status-link{
width: 100%;
height: 100%;
padding: .25rem .85rem;
display: flex;
align-items: center;
}
.sgw-filters__days-link{
padding: .25rem .75rem;
}  .sgw-filters__days-list{
padding-left: 0;
display: flex;
align-items: center;
color: rgba(255, 255, 255, 1);
gap: 4px;
}
.sgw-filters__days-item{
cursor: pointer;
display: flex;
line-height: 1.25; align-items: center;
background-color: rgba(52, 51, 83, 1);
border-radius: 9999px;
flex-direction: column;
justify-content: center;
min-width: 64px;
color: rgba(255, 255, 255, 1);
border: 1px solid transparent;
}
.sgw-filters__days-link{
color: inherit;
}
.sgw-filters__days-link:hover{
color: inherit;
}
.sgw-filters__days-item--active{
background-color: white;
color: rgb(1, 0, 40);
opacity: 1;
}
.sgw-filters__days-item:hover{
border-color: rgba(255, 255, 255, 0.2);
} .sgw-filters__filter-countries {
padding: 16px;
background: radial-gradient(circle, #323064 0, #010028 150%);	
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
color: #ffffff;
border-radius: 8px;
}
.sgw-filters__country {
margin-bottom: 8px;
}
.sgw-filter__country-details {
background-color: #151a40;
border-radius: 6px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.sgw-filter__country-title {
cursor: pointer;
padding: 12px 16px;
font-weight: 600;
font-size: 16px;
color: #ffffff;
background-color: #1d234d;
position: relative;
transition: background 0.3s;
}
.sgw-filter__country-title:hover {
transition: all 0.3s ease;
background-color: #30376a;
}
.sgw-filter__country-title::after {
content: "›";
position: absolute;
right: 16px;
transform: rotate(90deg);
transition: transform 0.3s;
}
.sgw-filter__country-title.open::after {
transform: rotate(270deg);
}
.sgw-filter__leagues {
list-style: none;
margin: 0;
padding: 0;
background: #10162f;
list-style-type: none;
}
.sgw-filter__league-item {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sgw-filter__league-link {
display: block;
padding: 10px 16px;
color: #b0b8e0;
text-decoration: none;
font-size: 14px;
transition: background 0.2s, color 0.2s;
}
.sgw-filter__league-link:hover {
background-color: #1c234d;
color: #ffffff;
}  .sgw-no-matches {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px;
background: radial-gradient(circle, #343353 0, #010028 100%);  border-radius: 12px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
color: #ffffff;
text-align: center;
margin-top: 20px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.sgw-no-matches__icon {
font-size: 38px;
}
.sgw-no-matches__title {
font-size: 24px;
font-weight: 600;
color: #ff496a;
margin-bottom: 10px;
}
.sgw-no-matches__subtitle {
font-size: 16px;
color: #cccccc;
}  .sgw-match-card{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.5rem 0.75rem;
background-color: rgba(255, 255, 255, 1);
cursor: pointer;
}
.sgw-match-card:not(:last-child){
border-bottom: 1px solid rgba(240, 240, 245, 1);
}
.sgw-match-card:hover{
background-color: rgba(248, 248, 250, 1);
}
.sgw-match-card__status{
max-width: fit-content;
}
.sgw-match-card__teams-wrapper{
width: 80%;
}
.sgw-match-card__schedule{
width: 10%;
}
.sgw-match-card__teams{
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
flex-wrap: nowrap;
padding: 0 8px;
}
.sgw-match-card__team {
display: flex;
align-items: center;
gap: 6px;
max-width: 45%;
}
.sgw-match-card__team--left {
justify-content: flex-start;
text-align: right;
flex: 1 1 0%;
flex-direction: row-reverse;
}
.sgw-match-card__team--right {
justify-content: flex-start;
text-align: left;
flex: 1 1 0%;
}
.sgw-match-card__score-block {
min-width: 60px;
text-align: center;
font-weight: 600;
background: #f0f4f9;
border-radius: 6px;
padding: 4px 8px;
}
.sgw-match-card__score{
display: block;
font-size: 14px;
color: #222;
white-space: nowrap;
}
.sgw-team{
display: flex;
align-items: center;
}
.sgw-team__logo {
width: 20px;
height: 20px;
object-fit: contain;
}
.sgw-team__name {
font-weight: 500;
}
.sgw-badge{
font-size: 12px;
line-height: 150%;
font-weight: 400;
padding: 4px 8px;
border-radius: 16px;
color: #FFF;
text-align: center;
}
.badge-icon {
display: none;
}
.sgw-badge.sgw-badge_upcoming{
background-color: #1893C1;
}
.sgw-badge.sgw-badge_finished{
background-color: #239A68;
}
.sgw-badge.sgw-badge_live{
background-color: rgba(239, 68, 68, 1);
position: relative;
}
.sgw-badge.sgw-badge_live:before {
content: "";
display: inline-block;
width: 4px;
height: 4px;
-ms-flex-negative: 0;
flex-shrink: 0;
background: #FFF;
border-radius: 50%;
margin-right: 2px;
top: 50%;
position: relative;
transform: translateY(-50%);
}
.sgw-match-card__schedule{
text-align: right;
}
.sgw-schedule__time{
font-size: 14px;
opacity: 0.6;
color: #010028;
}
.sgw-schedule__live {
font-weight: 700;
white-space: nowrap;
}
.sgw-blink {
display: inline-block;
animation: sgwBlink 1s steps(1, end) infinite;
}
@keyframes sgwBlink {
0%, 49%   { opacity: 1; }
50%, 100% { opacity: 0; }
}  .sgw-pinned-leagues {
padding: 16px;
margin-bottom: 20px;
background-color: #111827;
border-radius: 8px;
}
.sgw-pinned-leagues__title {
color: #ffffff;
font-size: 16px;
margin-bottom: 10px;
font-weight: 600;
letter-spacing: 0.5px;
}
.sgw-pinned-leagues__list {
list-style: none;
margin: 0;
padding: 0;
}
.sgw-pinned-leagues__list li {
margin-bottom: 8px;
}
.sgw-pinned-leagues__list li a {
display: block;
padding: 6px 10px;
border-radius: 6px;
background-color: #1f2937;
color: #d1d5db;
font-size: 14px;
text-decoration: none;
transition: background 0.2s, color 0.2s;
}
.sgw-pinned-leagues__list li a:hover {
background-color: #374151;
color: #fff;
}  .sgw-catalog__filters{ position: relative; }
.sgw-sidebar-toggle {
display: none;
position: relative;
width: 40px;
height: 32px;
border: none;
background: transparent;
cursor: pointer;
}
.sgw-sidebar-toggle span,
.sgw-sidebar-toggle::before,
.sgw-sidebar-toggle::after {
content: '';
position: absolute;
left: 6px;
right: 6px;
height: 3px;
background: #fff;
border-radius: 2px;
transition: 0.3s ease;
}
.sgw-sidebar-toggle::before {
top: 8px;
}
.sgw-sidebar-toggle span {
top: 14px;
}
.sgw-sidebar-toggle::after {
top: 20px;
}
.sgw-sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:999}  .sgw-match__wrapper{
background: radial-gradient(circle, #343353 0, #010028 100%);
border: 1px #010028;
padding-bottom: 1.75rem;
padding-top: 1.75rem; 
color: rgba(255, 255, 255, 1);
margin-top: 1rem;
margin-bottom: 1rem;
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.sgw-match__league{
text-align: center;
margin-bottom: 1rem;
}
.sgw-match__league a{
font-size: 16px;
font-weight: 600;
line-height: 1;
color: #fff;
opacity: 0.8;
}
.sgw-match__kickoff-time{
padding-bottom: .45rem;
padding-top: .45rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
background-color: #010028;
border-radius: 9999px;
font-size: 24px;
font-weight: 700;
}
.sgw-match__score{
padding-bottom: .45rem;
padding-top: .45rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
background-color: #010028;
border-radius: 9999px;
font-size: 32px;
font-weight: 700;
line-height: 1;
width: fit-content;
margin: 0 auto;
}
.sgw-match__header{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;margin-bottom:16px}
.sgw-match__team{display:flex;flex-direction:column;align-items:center;text-align:center}
.sgw-match__logo{border-radius:8px;object-fit:contain}
.sgw-match__name{margin-top:8px;font-weight:600; font-size: 22px; line-height: 1.2;}
.sgw-match__center{text-align:center;min-width:220px}
.sgw-match__kickoff{font-weight:600}
.sgw-match__kickoff-block{display:flex;flex-direction:column;gap:6px;align-items:center}
.sgw-match__kickoff-date{opacity:.85}
.sgw-match__status{margin-top:6px}
.sgw-match__place{
display: flex;
align-items: center;
gap: 8px;
justify-content: center;
opacity: 0.8;
}
.sgw-match__place-text{
line-height: 1.2;
} .sgw-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin:16px 0;background:initial}
.sgw-card__title{margin:0 0 12px 0;font-weight:700;font-size:24px}
.sgw-empty{opacity:.7}
.sgw-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sgw-list{margin:8px 0 0;padding-left:18px}
.sgw-box__subtitle{font-weight:600;margin-bottom:4px} .sgw-info__row{display:grid;grid-template-columns:160px 1fr;gap:8px;padding:6px 0;border-bottom:1px dashed #eee}
.sgw-info__row:last-child{border-bottom:0}
.sgw-info__label{opacity:.8} .sgw-table th,
.sgw-table td{
padding:8px 10px;
border-bottom:1px solid #eee;
text-align:left;
}
.sgw-table tbody tr:last-child td{
border-bottom:0;
}
.sgw-table > tr:last-child > th,
.sgw-table > tr:last-child > td{
border-bottom:0;
}
.sgw-table thead tr:last-child th{
border-bottom:1px solid #eee;
}  
.sgw-table th, .sgw-table td{padding:8px 10px;border-bottom:1px solid #eee;text-align:left}
.sgw-table--compact th,.sgw-table--compact td{padding:6px 8px} .sgw-lineups{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sgw-lineups__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-weight:600}
.sgw-lineups__colors{display:flex;gap:8px;align-items:center;margin:6px 0}
.sgw-swatch{display:inline-block;width:14px;height:14px;border-radius:4px;border:1px solid #ddd;margin-right:4px;vertical-align:middle}
.sgw-players{list-style:none;margin:8px 0 0;padding:0}
.sgw-player{display:flex;gap:8px;align-items:center;padding:4px 0;border-bottom:1px dashed #f1f1f1}
.sgw-player:last-child{border-bottom:0}
.sgw-player__name{font-weight:500}
.sgw-player__pos{opacity:.7}
.sgw-player__num{opacity:.6}
.sgw-player__photo{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#f3f4f6;flex:0 0 28px}
.sgw-player__photo--empty{display:inline-block;width:28px;height:28px;border-radius:50%;background:#f3f4f6} .sgw-form .pos{font-weight:700}
.sgw-form .pts{font-weight:700}
.form-badge{display:inline-block;min-width:22px;padding:2px 6px;border-radius:6px;text-align:center;font-weight:700;font-size:12px;margin-right:4px;color:#fff}
.form-badge.w{background:#16a34a}
.form-badge.d{background:#f59e0b}
.form-badge.l{background:#ef4444} .sgw-prev{list-style:none;margin:0;padding:0}
.sgw-prev__row{display:grid;grid-template-columns:140px 1fr auto;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}
.sgw-prev__row:last-child{border-bottom:0}
.sgw-prev__date{opacity:.7;font-size:12px}
.sgw-prev__meta{opacity:.8;font-size:12px}
.sgw-prev__score{font-weight:600}
.sgw-prev__venue{opacity:.6;font-size:12px;margin-left:8px}
.sgw-badge{display:inline-block;padding:1px 6px;border-radius:6px;background:#111827;color:#fff;font-size:11px;margin-left:6px} .sgw-tabs__list{display:flex;gap:8px;margin:16px 0 8px}
.sgw-tab{appearance:none;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:8px 12px;font-weight:600;cursor:pointer;line-height:1}
.sgw-tab.is-active{background:#111827;color:#fff;border-color:#111827}
.sgw-tab:focus{outline:2px solid #111827;outline-offset:2px}
.sgw-tabpanel{margin-top:8px}
.sgw-tabpanel[hidden]{display:none} @media(max-width: 1024px){
.sgw-sidebar-toggle {
display: block;
}
.sgw-catalog__sidebar{
position:fixed;top:0;left:-100%;width:280px;height:100%;
background:#101229;z-index:1000;overflow-y:auto;transition:left .3s ease;
box-shadow: 8px 0 24px rgba(0,0,0,.25);
}
body.sgw-sidebar-open .sgw-catalog__sidebar{left:0}
body.sgw-sidebar-open .sgw-sidebar-overlay{ display:block; }
.post-sgw-catalog{
padding-left: 0;
padding-right: 0;
}
.sgw-match-card{
padding-left: 0;
padding-right: 0;
}
.sgw-match-card__teams{
gap: 6px;
}
.sgw-badge{
white-space: nowrap;
display: flex;
background-color: initial !important;
}
.sgw-catalog__filters{
justify-content: center;
}
.sgw-catalog__title{
font-size: 26px;
line-height: 1.2;
}
.sgw-calendar-dropdown{
margin-left: initial;
}
.badge-text {
display: none;
}
.badge-icon {
display: block;
}
.sgw-match__center{
min-width: auto;
}
.sgw-match__place{
flex-direction: column;
text-align: center;
}
.sgw-match__header{gap: 8px}
.sgw-grid{grid-template-columns:1fr}
.sgw-lineups{grid-template-columns:1fr}
.sgw-info__row{grid-template-columns:120px 1fr}
.sgw-prev__row{grid-template-columns:120px 1fr}
.sgw-form{
display: block;
overflow: scroll;
}
}
@media(max-width: 768px){
.sgw-team__name{
overflow-wrap: anywhere;
}
.sgw-tabs__list{flex-wrap:wrap}
.sgw-info__row{grid-template-columns:100px 1fr}
.sgw-prev__row{grid-template-columns:1fr}
.sgw-prev__meta{order:3}
.sgw-prev__venue{order:4}
.sgw-match__logo{
width: 40px;
}
.sgw-match__name{
font-size: 18px;
}
.sgw-match-card { flex-direction: column; }
.sgw-match-card__schedule { width: 100%; text-align: center; }
.sgw-match-card__teams-wrapper { width: 100%; }
.sgw-breadcrumbs { font-size: 13px; }
.sgw-breadcrumbs__list {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none; 
}
.sgw-breadcrumbs__list::-webkit-scrollbar { display: none; }
}