:root{--teal: #0b6a5c;--teal-dark: #084f45;--orange: #c9691a;--navy: #1f3a5f;--bg: #eceef0;--surface: #ffffff;--panel: #eceef0;--line: #dfe1e3;--ink: #1c1d1f;--ink-dim: #6b6e73;--ink-faint: #9a9da2;--live-red: #d1372f;--font: "Cairo", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font);line-height:1.6}a{color:inherit;text-decoration:none}.app-shell{min-height:100%;display:flex;flex-direction:column}.header{background:linear-gradient(115deg,var(--teal-dark),var(--teal));color:#fff;box-shadow:0 2px 14px #084f452e}.header-inner{max-width:1180px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.header-nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:600;flex-wrap:wrap}.header-nav a{opacity:.9;transition:opacity .15s,color .15s}.header-nav a:hover{opacity:1;color:#f7c27f}.brand-logo{display:flex;align-items:center;direction:ltr}.brand-logo img{display:block;width:160px;height:48px}.live-ticker{background:#123044;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.live-ticker-inner{max-width:1180px;min-height:42px;margin:0 auto;padding:7px 20px;display:flex;align-items:center;gap:14px}.live-ticker-label{flex:0 0 auto;display:flex;align-items:center;gap:7px;color:#fff;font-size:12px;font-weight:800}.live-ticker-label i{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px #ef44442e;animation:live-pulse 1.5s infinite}.live-ticker-list{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.live-ticker-list::-webkit-scrollbar{display:none}.live-ticker-match{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:4px 9px;border-radius:7px;background:#ffffff1a;font-size:12px;white-space:nowrap;transition:background .15s}.live-ticker-match:hover{background:#fff3}.live-ticker-match strong{color:#f7c27f;direction:ltr}.live-ticker-match small{color:#fff;font-weight:800}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.35}}.control-row{max-width:1180px;margin:0 auto;padding:16px 20px 0;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.tabs{display:flex;gap:10px;flex-wrap:wrap}.tab-btn{padding:9px 18px;border-radius:8px;font-size:13px;font-weight:700;color:#fff;white-space:nowrap;cursor:pointer;border:none;font-family:var(--font)}.tab-btn.tomorrow{background:var(--orange)}.tab-btn.today{background:var(--teal)}.tab-btn.yesterday{background:var(--navy)}.tab-btn.inactive{opacity:.55}.top-matches-btn{background:var(--teal-dark);color:#fff;font-size:13px;font-weight:700;padding:9px 18px;border-radius:8px;white-space:nowrap}.main{max-width:1180px;margin:16px auto 0;padding:0 20px 20px;flex:1;width:100%}.site-hero{margin:8px 0 4px;border-radius:16px;padding:25px 28px;color:#fff;background:linear-gradient(120deg,#123d46,#0b6a5c 58%,#b95917);display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.site-hero:after{content:"";position:absolute;width:190px;height:190px;border:28px solid rgba(255,255,255,.08);border-radius:50%;left:-58px;top:-88px}.site-hero>div{position:relative;z-index:1}.hero-kicker{color:#f7c27f;font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.site-hero h1{font-size:28px;line-height:1.35;margin:4px 0 7px}.site-hero p:not(.hero-kicker){font-size:14px;opacity:.92}.hero-count{min-width:118px;text-align:center;padding:12px 16px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:#ffffff1c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-count strong{display:block;font-size:28px;line-height:1}.hero-count span{font-size:11px;font-weight:700}.search-row{margin-bottom:12px}.search-input{width:100%;padding:10px 14px;border-radius:8px;border:1px solid var(--line);background:var(--surface);font-family:var(--font);font-size:13px}.filter-row{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.filter-chip{padding:8px 14px;border-radius:20px;border:1px solid var(--line);background:var(--surface);font-size:12px;font-weight:700;color:var(--ink-dim);cursor:pointer;font-family:var(--font)}.filter-chip.active{background:var(--teal);color:#fff;border-color:var(--teal)}.league-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:var(--navy);margin:18px 0 8px}.league-title .dot{width:8px;height:8px;border-radius:50%;background:var(--orange)}.grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:641px){.grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.grid{grid-template-columns:repeat(3,1fr)}}.m-card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:14px 16px;transition:box-shadow .15s,transform .15s,border-color .15s}.m-card:hover{box-shadow:0 10px 24px #0b6a5c24;border-color:#0b6a5c59;transform:translateY(-2px)}.m-top{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--ink-dim);font-weight:700;margin-bottom:10px}.badge{padding:2px 8px;border-radius:10px;font-size:10px;font-weight:800;color:#fff}.badge.live{background:var(--live-red)}.badge.halftime{background:var(--orange)}.badge.upcoming{background:var(--navy)}.badge.finished{background:var(--ink-faint)}.m-body{display:flex;align-items:center;justify-content:space-between}.m-team{display:flex;flex-direction:column;align-items:center;gap:6px;width:32%;text-align:center;font-size:13px;font-weight:700}.flag{width:36px;height:36px;border-radius:50%;background:var(--panel);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--ink-dim);object-fit:cover}.m-mid{font-weight:800;font-size:16px;text-align:center}.m-mid .minute{display:block;font-size:11px;font-weight:700;color:var(--live-red);margin-top:2px}.m-foot{margin-top:10px;text-align:center}.hl-btn{display:inline-block;font-size:11px;font-weight:700;color:#fff;background:var(--orange);padding:6px 14px;border-radius:6px}.empty-panel{background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:70px 20px;text-align:center;color:var(--ink-faint);font-size:15px}.empty-panel.error{color:var(--live-red)}.retry-btn{margin-top:12px;padding:8px 16px;border-radius:6px;border:none;background:var(--teal);color:#fff;font-weight:700;cursor:pointer;font-family:var(--font)}.m-card.skeleton{pointer-events:none}.sk-line{background:var(--panel);border-radius:6px;animation:pulse 1.4s ease-in-out infinite}.sk-top{height:11px;width:60%;margin-bottom:14px}.sk-row{display:flex;align-items:center;justify-content:space-between}.sk-mid{height:16px;width:20%}.sk-circle{width:36px;height:36px;border-radius:50%;background:var(--panel);animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sidebar{margin-top:16px;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:14px}.sidebar h3{font-size:13px;color:var(--navy);margin-bottom:10px}.sidebar ul{list-style:none;display:flex;flex-direction:column;gap:6px}.sidebar button{width:100%;text-align:right;background:none;border:none;font-family:var(--font);font-size:13px;color:var(--ink-dim);padding:6px 8px;border-radius:6px;cursor:pointer}.sidebar button.active{background:var(--teal);color:#fff}.detail-card{max-width:520px;margin:0 auto}.detail-list{margin-top:14px;display:grid;grid-template-columns:auto 1fr;gap:6px 14px;font-size:13px}.detail-list dt{color:var(--ink-dim);font-weight:700}.match-video{max-width:820px;margin:0 auto 18px;aspect-ratio:16 / 9;background:#111;border-radius:10px;overflow:hidden}.match-video iframe{width:100%;height:100%;border:0;display:block}.video-source-tabs{max-width:820px;margin:0 auto 8px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.video-source-tabs button{border:1px solid var(--line);background:var(--surface);color:var(--ink-dim);padding:8px 13px;border-radius:7px;cursor:pointer;font:700 12px var(--font)}.video-source-tabs button.active{color:#fff;background:var(--teal);border-color:var(--teal)}.match-article{max-width:760px;margin:22px auto 0;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:22px}.match-article h1{color:var(--navy);font-size:24px;margin-bottom:10px}.match-article p{margin-bottom:13px;font-size:15px;line-height:2}.match-article .match-article-lead{color:var(--ink-dim);font-size:16px;font-weight:700}.back-link{display:inline-block;color:var(--teal);font-weight:800;margin:2px 0 16px}.match-detail-page{max-width:780px;margin:0 auto;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.match-detail-hero{min-height:150px;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#fff;background:linear-gradient(120deg,#26394a,#8e180c)}.match-detail-team{width:34%;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:14px}.match-detail-team .flag{width:52px;height:52px;border:0;background:#fff}.match-detail-score{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:29px;font-weight:900}.match-detail-score small{font-size:12px}.match-prediction{margin:16px 20px 0;padding:15px;border:1px solid var(--line);border-radius:10px;background:#f7faf9}.prediction-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.prediction-heading h2{margin:0;color:var(--navy);font-size:16px}.prediction-heading span{color:var(--ink-faint);font-size:12px;font-weight:700}.match-prediction p{margin:5px 0 12px;color:var(--ink-dim);font-size:12px}.prediction-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.prediction-options button{min-height:58px;padding:8px;border:1px solid #cbd9d6;border-radius:8px;color:var(--navy);background:#fff;font:inherit;cursor:pointer}.prediction-options button span,.prediction-options button strong{display:block}.prediction-options button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.prediction-options button strong{margin-top:3px;color:var(--teal);font-size:15px}.prediction-options button:hover:not(:disabled),.prediction-options button.selected{color:#fff;border-color:var(--teal);background:var(--teal)}.prediction-options button:hover:not(:disabled) strong,.prediction-options button.selected strong{color:#fff}.prediction-options button:disabled{cursor:default}.match-detail-content{padding:20px}.match-detail-content h1{font-size:21px;line-height:1.7;color:var(--navy);margin-bottom:10px}.match-detail-content h2{font-size:16px;color:var(--navy);margin:22px 0 8px}.match-detail-content p{font-size:14px;line-height:2;margin-bottom:12px}.match-detail-content .match-detail-lead{font-weight:700;color:var(--ink-dim)}.match-info-table{border:1px solid var(--line);border-radius:7px;overflow:hidden}.match-info-table div{display:grid;grid-template-columns:1fr 1.5fr}.match-info-table div:nth-child(odd){background:#f2f4f6}.match-info-table dt,.match-info-table dd{padding:9px 12px;font-size:13px}.match-info-table dt{font-weight:800;color:var(--navy);border-left:1px solid var(--line)}.match-info-table dd{color:var(--ink-dim)}.match-faq details{border:1px solid var(--line);border-radius:7px;margin:8px 0;padding:10px 12px;background:#fff}.match-faq summary{cursor:pointer;color:var(--navy);font-weight:800;font-size:14px}.match-faq p{margin:8px 0 0;color:var(--ink-dim)}.match-share{margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.match-share h2{margin-top:0}.match-share-actions{display:flex;flex-wrap:wrap;gap:8px}.match-share-actions a,.match-share-actions button{border:0;border-radius:7px;padding:9px 13px;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.share-whatsapp{background:#168d49}.share-facebook{background:#1877f2}.share-copy{background:var(--teal)}.match-share-actions a:hover,.match-share-actions button:hover{filter:brightness(.93)}.seo-article{margin:28px auto 0;max-width:960px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:22px 24px}.seo-article-tag{display:inline-block;border-radius:6px;background:#4e545c;color:#fff;padding:3px 9px;font-size:11px;font-weight:800}.seo-article h2{color:var(--navy);font-size:21px;margin:10px 0}.seo-article p{font-size:14px;line-height:2.1;margin-bottom:10px}.about-page{max-width:820px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:24px}.about-page h1,.about-page h2{color:var(--navy)}.about-page h1{font-size:27px;margin-bottom:12px}.about-page h2{font-size:18px;margin:24px 0 8px}.about-page p,.about-page li{color:var(--ink-dim);font-size:14px;line-height:2}.about-page ul{padding-right:22px}.about-page-ad{min-height:1px}.not-found-page{display:flex;align-items:center;justify-content:center}.not-found-card{max-width:520px;width:100%;margin:60px auto;padding:42px 24px;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:12px}.not-found-code{display:block;color:var(--orange);font-size:54px;font-weight:900;line-height:1;margin-bottom:12px}.not-found-card h1{color:var(--navy);font-size:24px;margin-bottom:8px}.not-found-card p{color:var(--ink-dim);margin-bottom:22px}.not-found-button{display:inline-block;padding:10px 20px;border-radius:8px;background:var(--teal);color:#fff;font-weight:800}.ad-banner{width:100%;display:flex;justify-content:center;padding:12px 16px;overflow:hidden}.ad-banner-top{background:var(--surface);border-bottom:1px solid var(--line)}.ad-banner-bottom{margin-top:auto;background:var(--surface);border-top:1px solid var(--line)}.ad-banner-middle{margin:18px 0}.ad-banner-inner{max-width:100%;display:flex;justify-content:center}.ad-banner-inner iframe{max-width:100%}.ad-banner-wide{display:none}.ad-banner-mobile{display:flex}.ad-banner-rectangle{margin:18px 0 0}.ad-rail{display:none;position:fixed;top:170px;z-index:5}.ad-rail-left{left:12px}.ad-rail-right{right:12px}.ad-rail .ad-banner{padding:0}.smart-link-ad{display:flex;justify-content:center;margin:0 0 18px}.smart-link-ad a{display:inline-block;padding:8px 15px;border:1px solid var(--line);border-radius:8px;color:var(--ink-dim);background:var(--surface);font-size:12px;font-weight:700}.smart-link-ad a:hover{color:#fff;background:var(--teal);border-color:var(--teal)}.native-banner-ad{display:flex;justify-content:center;width:100%;padding:12px 16px;overflow:hidden}.native-banner-ad>div{max-width:100%}.maintenance-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,var(--teal-dark),var(--teal))}.maintenance-card{width:min(500px,100%);padding:46px 24px;text-align:center;background:var(--surface);border-radius:16px;box-shadow:0 18px 48px #00000038}.maintenance-icon{display:block;font-size:48px;margin-bottom:14px}.maintenance-card h1{color:var(--navy);font-size:27px;margin-bottom:8px}.maintenance-card p{color:var(--ink-dim);font-size:16px}.news-section{margin-top:34px;padding-top:24px;border-top:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.eyebrow{color:var(--orange);font-size:12px;font-weight:800}.section-heading h2{color:var(--navy);font-size:22px;line-height:1.3}.more-link{color:var(--teal);font-size:13px;font-weight:800;white-space:nowrap}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.news-loading{color:var(--ink-dim);font-size:13px;margin-bottom:12px}.news-card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .15s,box-shadow .15s}.news-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000017}.news-card img{display:block;width:100%;height:145px;object-fit:cover;background:var(--panel)}.news-card-body{padding:10px 12px 12px}.news-card-body span,.article-category{color:var(--orange);font-size:11px;font-weight:800}.news-card h3{font-size:14px;line-height:1.65;margin:3px 0 7px}.news-card time{color:var(--ink-faint);font-size:11px}.article{max-width:780px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:22px}.article h1{color:var(--navy);font-size:28px;line-height:1.55;margin:4px 0}.article-date{display:block;color:var(--ink-faint);font-size:12px;margin-bottom:16px}.article-image{width:100%;max-height:400px;display:block;object-fit:cover;border-radius:8px;margin-bottom:18px}.article p{font-size:15px;line-height:2;margin:0 0 14px}.article .article-lead{color:var(--ink-dim);font-weight:700;font-size:16px}.article-share{border-top:1px solid var(--line);padding-top:13px;color:var(--teal);font-size:13px;font-weight:800}.original-source{display:inline-block;color:var(--teal);font-weight:800;margin:2px 0 16px}.footer{border-top:1px solid var(--line);padding:14px 20px;max-width:1180px;margin:10px auto 0;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--ink-faint);flex-wrap:wrap;gap:8px}@media(max-width:640px){.header-nav{order:3;width:100%;justify-content:center}.header-inner{justify-content:center}.brand-logo img{width:142px;height:auto}.site-hero{padding:20px;align-items:flex-start}.site-hero h1{font-size:22px}.hero-count{min-width:92px;padding:10px 8px}.control-row{flex-direction:column;align-items:stretch}.tabs{justify-content:center}.top-matches-btn{text-align:center}.news-grid{grid-template-columns:1fr}.article{padding:16px}.article h1{font-size:22px}.match-detail-hero{min-height:130px;padding:18px 12px;gap:8px}.match-detail-team{font-size:11px}.match-detail-team .flag{width:42px;height:42px}.match-detail-content{padding:14px}.match-prediction{margin:12px 14px 0}.match-detail-content h1{font-size:17px}.match-info-table dt,.match-info-table dd{padding:8px;font-size:11px}.seo-article{padding:16px}}@media(min-width:641px){.ad-banner-mobile{display:none}}@media(min-width:900px){.ad-banner-wide{display:flex}}@media(min-width:1280px){.ad-rail{display:block}}@media(min-width:900px){.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
