:root {
  --alb-bg: #edf2f7;
  --alb-surface: #ffffff;
  --alb-border: #d7dee8;
  --alb-primary: #1e73e8;
  --alb-secondary: #114991;
  --alb-danger: #d63232;
  --alb-success: #24a560;
  --alb-dark: #263241;
  --alb-muted: #728196;
  --alb-gold: #f0c546;
  --alb-radius: 14px;
  --alb-shadow: 0 10px 28px rgba(15, 31, 52, 0.08);
}
html { direction: rtl; }
body {
  margin: 0;
  background: var(--alb-bg);
  color: var(--alb-dark);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.7;
}
a { color: var(--alb-primary); text-decoration: none; }
a:hover { color: var(--alb-secondary); }
img { max-width: 100%; height: auto; display: block; }
.alb-container { width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.alb-header { background: #fff; border-bottom: 1px solid var(--alb-border); position: sticky; top: 0; z-index: 20; }
.alb-header__bar { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; padding: 16px 0; }
.alb-header__social, .alb-menu { display: flex; gap: 10px; align-items: center; }
.alb-header__social a {
  width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: var(--alb-primary); color: #fff; font-weight: 700;
}
.alb-header__nav { justify-self: start; }
.alb-menu { list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.alb-menu li a { display: inline-flex; padding: 10px 14px; border-radius: 999px; color: var(--alb-dark); font-weight: 700; }
.alb-menu li.current-menu-item a, .alb-menu li a:hover { background: #ecf4ff; color: var(--alb-primary); }
.alb-logo-text { display: flex; flex-direction: column; align-items: center; color: var(--alb-dark); }
.alb-logo-text__title { font-size: 1.55rem; font-weight: 800; }
.alb-logo-text__tag { font-size: 0.9rem; color: var(--alb-muted); }
.alb-header__ad { padding: 0 0 18px; }
.alb-banner, .alb-inline-ad {
  background: linear-gradient(135deg, #fff5bf, #ffe172);
  border: 1px solid #f1d34a;
  color: #6a5400;
  text-align: center;
  border-radius: 12px;
  padding: 16px 18px;
  font-weight: 700;
}
.alb-main { padding: 24px 0 60px; }
.alb-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.alb-section-header--tight { margin-bottom: 14px; }
.alb-section-header h2, .alb-section-header h1 { margin: 0; font-size: 1.6rem; }
.alb-section-header span { color: var(--alb-muted); font-weight: 700; }
.alb-home-ticker, .gs-board, .alb-post-card, .alb-article, .alb-single, .alb-match-hero, .alb-match-content-box { background: var(--alb-surface); border: 1px solid var(--alb-border); border-radius: var(--alb-radius); box-shadow: var(--alb-shadow); }
.alb-home-top, .alb-home-matches, .alb-home-inline-ad, .alb-home-news { margin-bottom: 24px; }
.alb-news-pagination { display:flex; gap:8px; margin: 0 0 18px; }
.alb-news-pagination span { background:#fff; border:1px solid var(--alb-border); padding:8px 12px; border-radius:10px; font-weight:700; }
.alb-news-pagination .is-active { background: var(--alb-primary); color:#fff; border-color:var(--alb-primary); }
.alb-post-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.alb-post-card { overflow: hidden; }
.alb-post-card__thumb img, .alb-post-card__placeholder { aspect-ratio: 16/10; width: 100%; object-fit: cover; background: #dce6f5; }
.alb-post-card__placeholder { display: flex; align-items: center; justify-content: center; color: var(--alb-muted); }
.alb-post-card__content { padding: 16px; }
.alb-post-card h3 { margin: 0 0 10px; font-size: 1.05rem; }
.alb-post-card p { margin: 0; color: var(--alb-muted); font-size: 0.95rem; }
.alb-standard-loop, .alb-single-wrap, .alb-match-single-wrap { display: grid; gap: 18px; }
.alb-article, .alb-single { padding: 24px; }
.alb-single__title, .alb-article__title { margin: 0 0 12px; }
.alb-article__meta, .alb-single__meta { color: var(--alb-muted); margin-bottom: 14px; }
.alb-footer { background: #101826; color: #d8e0ed; padding: 30px 0; }
.alb-footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.footer-widget-title { margin-top: 0; }

.gs-ticker-shell { padding: 16px; }
.gs-strip-head { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px; }
.gs-strip-tabs, .gs-board__tabs { display: inline-flex; background: #eff4fa; border-radius: 999px; padding: 6px; gap: 6px; }
.gs-strip-tabs a, .gs-board__tabs a { padding: 8px 16px; border-radius: 999px; color: var(--alb-dark); font-weight: 700; }
.gs-strip-tabs a.is-active { background: var(--alb-primary); color:#fff; }
.gs-board__tabs a.is-active { background: var(--alb-danger); color:#fff; }
.gs-strip-arrows { display:inline-flex; gap:6px; }
.gs-strip-arrows span { width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; background: var(--alb-primary); color:#fff; font-size:22px; }
.gs-ticker { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gs-ticker-item { background: #f8fbff; border: 1px solid var(--alb-border); border-radius: 12px; padding: 14px; }
.gs-ticker-item__league { color: var(--alb-muted); font-size: 0.85rem; font-weight: 700; margin-bottom: 8px; }
.gs-ticker-item__teams { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.gs-ticker-team { display: flex; flex-direction: column; align-items: center; flex: 1; text-align: center; font-weight: 700; gap:8px; }
.gs-ticker-team img, .gs-team-logo { width: 48px; height: 48px; object-fit: contain; }
.gs-team-logo--placeholder { background:#e8eef8; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; color:#6b7b92; }
.gs-ticker-score { font-size: 1.35rem; font-weight: 800; color: var(--alb-primary); min-width: 72px; text-align: center; }
.gs-ticker-bottom { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:10px; }
.gs-ticker-status { display: flex; justify-content: center; }
.gs-status { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 5px 12px; font-size: 0.8rem; font-weight: 700; color: #fff; }
.gs-status--live { background: var(--alb-danger); }
.gs-status--soon { background: var(--alb-success); }
.gs-status--done { background: #1d2633; }
.gs-status--default { background: var(--alb-primary); }
.gs-watch-btn {
  display:inline-flex; align-items:center; justify-content:center; padding:10px 16px; border-radius:999px;
  background: linear-gradient(135deg, #1e73e8, #0f4eab); color:#fff; font-weight:700; white-space:nowrap;
}
.gs-watch-btn:hover { color:#fff; filter:brightness(1.05); }

.gs-board { padding: 18px; }
.gs-board__controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.gs-board__timezone { color: var(--alb-muted); font-weight: 700; }
.gs-match-card { border: 1px solid var(--alb-border); border-radius: 14px; padding: 20px; background: #fff; margin-bottom: 16px; }
.gs-match-card__top { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:16px; }
.gs-match-card__comp { font-weight:800; color:var(--alb-dark); }
.gs-match-card__main { display: grid; grid-template-columns: 1fr 240px 1fr; gap: 18px; align-items: center; }
.gs-match-side { display: flex; align-items: center; gap: 12px; }
.gs-match-side--away { justify-content: flex-end; text-align: left; }
.gs-match-team-meta strong { display: block; color: var(--alb-primary); font-size: 1.08rem; }
.gs-match-team-meta span { color: var(--alb-muted); font-size: 0.92rem; }
.gs-match-center { text-align: center; }
.gs-match-time { font-size: 1.3rem; font-weight: 800; line-height: 1.2; }
.gs-match-timezone { color: var(--alb-muted); font-size: 0.9rem; margin-bottom: 8px; }
.gs-match-scoreline { display:flex; align-items:center; justify-content:center; gap:18px; font-size:2rem; font-weight:800; color:var(--alb-primary); margin-bottom:10px; }
.gs-match-scoreline .gs-match-time { font-size:1rem; min-width:64px; color:var(--alb-dark); }
.gs-match-meta { margin-top: 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; color: var(--alb-muted); font-size: 0.92rem; }
.gs-match-meta div { background: #f8fbff; border-radius: 10px; padding: 10px 12px; }

.gs-player-wrap, .gs-ad-slot { background: #fff; border: 1px solid var(--alb-border); border-radius: 14px; padding: 18px; box-shadow: var(--alb-shadow); }
.gs-player-wrap__head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; }
.gs-player-badge { background:var(--alb-danger); color:#fff; border-radius:999px; padding:6px 12px; font-size:12px; font-weight:700; }
.gs-player-embed iframe, .gs-player-embed video { width: 100%; min-height: 420px; border: 0; border-radius: 10px; background:#000; }
.gs-player-wrap__note { margin-top:10px; color:var(--alb-muted); font-size:0.9rem; }

.alb-match-hero { padding:24px; }
.alb-match-hero__league { text-align:center; font-weight:800; color:var(--alb-primary); margin-bottom:18px; }
.alb-match-hero__teams { display:grid; grid-template-columns: 1fr 260px 1fr; gap:18px; align-items:center; }
.alb-match-team-card { display:flex; flex-direction:column; align-items:center; gap:12px; text-align:center; }
.alb-match-team-card img, .alb-match-team-card .gs-team-logo { width:72px; height:72px; }
.alb-match-hero__center { text-align:center; }
.alb-match-hero__time { font-size:1.7rem; font-weight:800; }
.alb-match-hero__score { font-size:2rem; font-weight:800; color:var(--alb-primary); margin:8px 0; }
.alb-match-hero__date { color:var(--alb-muted); margin-top:10px; }
.alb-match-hero__meta { display:grid; grid-template-columns: repeat(3,1fr); gap:10px; margin-top:18px; }
.alb-match-hero__meta div { background:#f7faff; border:1px solid var(--alb-border); border-radius:10px; padding:12px; }
.alb-live-player-area, .alb-match-content-box { margin-top:18px; }
.alb-match-content-box { padding:20px; }
.alb-archive-matches { display:grid; gap:18px; }

@media (max-width: 1024px) {
  .alb-post-grid, .gs-ticker { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gs-match-card__main, .alb-match-hero__teams { grid-template-columns: 1fr; text-align: center; }
  .gs-match-side, .gs-match-side--away { justify-content: center; text-align: center; }
  .alb-header__bar { grid-template-columns: 1fr; }
  .alb-header__nav { justify-self: center; }
}
@media (max-width: 640px) {
  .alb-post-grid, .gs-ticker, .alb-footer__inner, .gs-match-meta, .alb-match-hero__meta { grid-template-columns: 1fr; }
  .alb-section-header, .gs-strip-head, .gs-board__controls { flex-direction: column; align-items: flex-start; }
  .gs-ticker-bottom, .gs-match-card__top { flex-direction:column; align-items:stretch; }
}
