الفن
قبل 6 دقائق
1 دقيقة قراءة
أركاداغ × المحرق — دوري أبطال آسيا 2.
انتهت المباراة بفوز أركاداغ 1-0 على المحرق.
label { display: grid; gap: 5px; }
.ytm-field span { font-weight: 600; font-size: 13px; }
.ytm-field small { color: #66707c; font-size: 12px; }
.ytm-switch { display: inline-flex; align-items: center; gap: 8px; }
.ytm-admin-submit { display: flex; align-items: center; gap: 12px; }
.ytm-save-state { font-size: 13px; color: #0b6a62; }
.ytm-selftest { background: #0f1a24; color: #d6f5ee; padding: 14px; border-radius: 12px; overflow: auto; max-height: 380px; font-size: 12px; line-height: 1.6; }
.ytm-code-block { background: #f4f6f8; padding: 12px; border-radius: 10px; font-size: 12px; overflow: auto; }
.ytm-note-inline { font-size: 12.5px; color: #6b7784; }
.ytm-admin-preview { margin-top: 14px; border-top: 1px dashed #dcdfe4; padding-top: 12px; }
.ytm-ok { color: #1d7a44; font-weight: 700; }
.ytm-bad { color: #b42323; font-weight: 700; }
/* ===== مشغّل البث المدمج ===== */
.ytm-player { margin: 0 0 14px; background: #06121a; border: 1px solid rgba(255, 255, 255, .09); border-radius: 14px; overflow: hidden; }
.ytm-player video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.ytm-player-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 0; padding: 9px 12px; font-size: 13px; line-height: 1.5; color: #cfe7e2; }
.ytm-player-label { font-weight: 700; color: #fff; }
.ytm-player-note { opacity: .85; }
/* ===== اكتشف المسابقات (لوحة التحكم) ===== */
.ytm-comps-out { margin-top: 10px; }
.ytm-comp-row { display: flex; align-items: center; gap: 10px; padding: 7px 10px; border: 1px solid #dcdcde; border-radius: 8px; margin-bottom: 6px; background: #fff; flex-wrap: wrap; }
.ytm-comp-row b { min-width: 180px; }
.ytm-comp-row span { color: #646970; font-size: 12px; flex: 1; }
.ytm-comp-live { color: #b32d2e; font-weight: 600; }
/* ===== شاشة النتائج للبث (40.0.0) ===== */
.ytm-widget–board { background:#0b1220; border-radius:0; padding:0; overflow:hidden; }
.ytm-board { display:flex; flex-direction:column; min-height:520px; }
.ytm-board-page { margin:0; background:#0b1220; }
.ytm-board-page .ytm-widget–board { min-height:100vh; }
.ytm-board__stage { flex:1; padding:clamp(16px,4vh,48px); }
.ytm-board__slide { animation: ytmFade .45s ease; display:flex; flex-direction:column; justify-content:center; gap:clamp(10px,2.5vh,26px); color:#e2e8f0; height:100%; }
@keyframes ytmFade { from { opacity:0; transform:translateY(10px);} to { opacity:1; transform:none;} }
.ytm-board__top { display:flex; justify-content:space-between; font-size:clamp(14px,2vh,22px); color:#94a3b8; letter-spacing:.5px; }
.ytm-board__teams { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:clamp(8px,2vw,32px); }
.ytm-board__side { display:flex; flex-direction:column; align-items:center; gap:12px; text-align:center; }
.ytm-board__side img { width:clamp(56px,9vh,110px); height:clamp(56px,9vh,110px); object-fit:contain; filter:drop-shadow(0 4px 12px rgba(0,0,0,.5)); }
.ytm-board__side span { font-size:clamp(22px,4.2vh,44px); font-weight:800; line-height:1.25; }
.ytm-board__mid { text-align:center; }
.ytm-board__score { font-size:clamp(64px,15vh,180px); font-weight:900; line-height:1; color:#fff; font-variant-numeric:tabular-nums; text-shadow:0 6px 24px rgba(0,0,0,.6); }
.ytm-board__clock { margin-top:8px; display:inline-block; background:#1e293b; border:1px solid #334155; padding:6px 18px; border-radius:999px; font-size:clamp(16px,2.6vh,28px); font-weight:700; color:#cbd5e1; }
.ytm-board__clock.is-live { background:#14532d; border-color:#16a34a; color:#bbf7d0; animation:ytmPulse 1.6s ease-in-out infinite; }
@keyframes ytmPulse { 0%,100% { box-shadow:0 0 0 0 rgba(34,197,94,.45);} 50% { box-shadow:0 0 0 10px rgba(34,197,94,0);} }
.ytm-board__events { list-style:none; display:flex; gap:18px; justify-content:center; flex-wrap:wrap; color:#94a3b8; font-size:clamp(13px,2vh,18px); }
.ytm-board__events li b { color:#fbbf24; }
.ytm-board__link { text-align:center; }
.ytm-board__link a { color:#7dd3fc; text-decoration:none; font-size:clamp(13px,1.8vh,16px); }
.ytm-board__bar { height:6px; background:#1e293b; border-radius:99px; overflow:hidden; }
.ytm-board__bar i { display:block; height:100%; background:linear-gradient(90deg,#22c55e,#eab308); transition:width 1s linear; }
.ytm-board__hud { display:flex; align-items:center; gap:14px; padding:10px 16px; background:#111a2b; border-top:1px solid #1f2b40; }
.ytm-board__brand { color:#64748b; font-size:14px; font-weight:700; }
.ytm-board__dots { flex:1; display:flex; gap:6px; justify-content:center; }
.ytm-board__dot { width:22px; height:5px; border-radius:99px; background:#334155; cursor:pointer; }
.ytm-board__dot.is-active { background:#22c55e; }
.ytm-board__nav .ytm-btn { background:#1e293b; border-color:#334155; color:#cbd5e1; }
.ytm-board__nav .ytm-btn:hover { background:#334155; }
.ytm-board__empty { text-align:center; color:#64748b; font-size:22px; padding:80px 0; }
/* ===== جدول الترتيب والجولات (الأرشيف التاريخي) ===== */
.ytm-table-wrap { background:#fff; border:1px solid #e2e8f0; border-radius:14px; padding:12px 14px; }
.ytm-table__title { margin:0 0 10px; font-size:18px; display:flex; align-items:baseline; gap:8px; }
.ytm-table__title small { color:#94a3b8; font-weight:400; font-size:12px; }
table.ytm-table { width:100%; border-collapse:collapse; font-size:14px; }
table.ytm-table th { background:#f1f5f9; padding:7px 6px; color:#475569; font-size:12.5px; }
table.ytm-table td { padding:7px 6px; border-bottom:1px solid #f1f5f9; text-align:center; }
table.ytm-table .ytm-table__team { text-align:right; font-weight:700; color:#0f172a; }
table.ytm-table .ytm-table__pts { font-weight:900; color:#0f766e; font-size:15px; }
table.ytm-table tr.is-ucl td:first-child { box-shadow:inset 3px 0 0 #2563eb; }
table.ytm-table tr.is-rel td:first-child { box-shadow:inset 3px 0 0 #dc2626; }
.ytm-table__legend { display:flex; gap:16px; color:#94a3b8; font-size:12px; margin:8px 0 2px; }
.ytm-table__legend i { display:inline-block; width:10px; height:10px; border-radius:3px; margin-inline-end:4px; }
.ytm-table__legend i.is-ucl { background:#2563eb; }
.ytm-table__legend i.is-rel { background:#dc2626; }
.ytm-rounds { background:#fff; border:1px solid #e2e8f0; border-radius:14px; padding:12px 14px; margin-top:14px; }
.ytm-roundbox { border-bottom:1px dashed #e2e8f0; padding:4px 0; }
.ytm-roundbox summary { cursor:pointer; padding:6px 2px; color:#334155; display:flex; gap:10px; align-items:baseline; }
.ytm-roundbox summary b { font-size:15px; color:#0f172a; }
.ytm-roundbox summary span { font-size:12px; color:#94a3b8; }
table.ytm-table–rounds td { text-align:right; }
.ytm-rounds__date { color:#94a3b8; font-size:12.5px; white-space:nowrap; width:1%; }
.ytm-rounds__sc { background:#0f172a; color:#fff; padding:1px 9px; border-radius:7px; font-weight:800; margin:0 8px; }
.ytm-rounds__m a { color:#2563eb; text-decoration:none; font-size:13px; }
.ytm-statusline { color:#475569; font-size:13.5px; margin:6px 0; }
/* ===== 41.0.0: خط زمني + روابط فرق + لوائح إحصائية + مشاركة ===== */
.ytm-tl { position: relative; height: 34px; margin: 8px 2px 2px; }
.ytm-tl__line { position: absolute; top: 17px; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#cbd5e1,#94a3b8); border-radius: 99px; }
.ytm-tl__tick { position: absolute; top: 24px; transform: translateX(50%); font-size: 9px; color: #94a3b8; font-weight: 400; }
.ytm-tl__m { position: absolute; top: 4px; transform: translateX(50%); font-size: 15px; line-height: 1; cursor: default; filter: drop-shadow(0 1px 1px rgba(0,0,0,.25)); }
.ytm-tl__m::after { content: ”; position: absolute; top: 20px; left: 50%; width: 2px; height: 7px; background: #cbd5e1; transform: translateX(-50%); }
.ytm-tl__m.is-red { top: 20px; } .ytm-tl__m.is-red::after { top: -12px; }
.ytm-tl__m.is-yellow { top: 22px; font-size: 12px; } .ytm-tl__m.is-yellow::after { top: -10px; }
.ytm-tl__m.is-goal { top: 2px; }
a.ytm-tlink { color: inherit; text-decoration: none; border-bottom: 1px dotted rgba(100,116,139,.45); }
a.ytm-tlink:hover { color: #0f766e; border-bottom-color: #0f766e; }
.ytm-btn–wa { background: #dcfce7; border-color: #16a34a55; color: #14532d; }
.ytm-btn–wa:hover { background: #bbf7d0; }
.ytm-scorers { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin-top: 14px; }
.ytm-scorers__box { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 10px 14px; }
.ytm-scorers__box h4 { margin: 0 0 6px; font-size: 15px; color: #0f172a; }
.ytm-scorers__box ol { margin: 0; padding-inline-start: 20px; font-size: 13.5px; color: #334155; }
.ytm-scorers__box li { padding: 3px 0; display: flex; align-items: baseline; gap: 6px; }
.ytm-scorers__box li b { color: #0f172a; }
.ytm-scorers__box li small { color: #94a3b8; }
.ytm-scorers__box li span { margin-inline-start: auto; background: #f1f5f9; border-radius: 7px; padding: 1px 8px; font-weight: 800; color: #0f766e; }
.ytm-team-hero { display: flex; gap: 8px; flex-wrap: wrap; margin: 4px 0 10px; }
.ytm-chip { background: #f1f5f9; border-radius: 999px; padding: 4px 12px; font-size: 13px; color: #334155; }
.ytm-chip.is-ok { background: #dcfce7; color: #14532d; }
.ytm-chip.is-warn { background: #fef9c3; color: #713f12; }
.ytm-form { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; color: #475569; font-size: 13.5px; }
.ytm-form__c { font-style: normal; border-radius: 8px; padding: 3px 9px; font-weight: 800; font-size: 12.5px; }
.ytm-form__c.is-w { background: #dcfce7; color: #14532d; }
.ytm-form__c.is-d { background: #f1f5f9; color: #475569; }
.ytm-form__c.is-l { background: #fee2e2; color: #7f1d1d; }
.ytm-next { margin: 4px 0; padding-inline-start: 20px; font-size: 14px; color: #334155; }
.ytm-next a { color: #2563eb; text-decoration: none; }
.ytm-page-body { margin: 0; background: #f8fafc; font-family: system-ui, -apple-system, ‘Segoe UI’, Tahoma, Arial, sans-serif; }
.ytm-page { max-width: 920px; margin: 0 auto; padding: 22px 16px 40px; }
.ytm-page-back { margin: 0 0 8px; }
.ytm-page-back a { color: #2563eb; text-decoration: none; font-size: 13.5px; }
.ytm-page-title { margin: 2px 0 10px; font-size: clamp(20px, 4vw, 28px); color: #0f172a; }
.ytm-page .ytm-widget { margin-top: 14px; }
/* ===== 42.0.0: أسهم الترتيب ===== */
.ytm-mv { font-style: normal; font-size: 10px; font-weight: 800; border-radius: 6px; padding: 0 4px; margin-inline-start: 3px; vertical-align: 1px; }
.ytm-mv.is-up { color: #15803d; background: #dcfce7; }
.ytm-mv.is-down { color: #b91c1c; background: #fee2e2; }
.ytm-mv.is-new { color: #1d4ed8; background: #dbeafe; }
/* ===== 43.0.0: مواجهات مباشرة + سلاسل + يوم ===== */
.ytm-h2h { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 10px 14px; margin-top: 12px; }
.ytm-h2h h4 { margin: 0 0 8px; font-size: 15.5px; color: #0f172a; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.ytm-h2h h4 small { color: #64748b; font-weight: 400; font-size: 12px; }
table.ytm-table–h2h td { font-size: 13.5px; }
.ytm-streak { background: #fff7ed; border: 1px solid #fdba74; color: #9a3412; }
.ytm-daycard { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 12px 14px; }
a.ytm-daylink { color: inherit; text-decoration: none; border-bottom: 1px dotted #94a3b8; }
a.ytm-daylink:hover { color: #0f766e; }
/* ===== 44.0.0: شريط ما قبل المباراة + البحث + طباعة ===== */
.ytm-versus { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 8px 12px; margin: 10px 0 0; }
.ytm-versus small { width: 100%; color: #94a3b8; font-size: 11px; }
.ytm-versus__side { display: inline-flex; align-items: baseline; gap: 6px; font-size: 14px; color: #334155; }
.ytm-versus__side i { font-style: normal; background: #e2e8f0; border-radius: 7px; padding: 1px 8px; font-size: 12px; }
.ytm-versus__vs { color: #94a3b8; font-weight: 800; }
.ytm-search { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 14px; }
.ytm-search form { display: flex; gap: 8px; }
.ytm-search input[type=search] { flex: 1; border: 1px solid #cbd5e1; border-radius: 10px; padding: 9px 12px; font-size: 15px; }
.ytm-search__count { color: #64748b; font-size: 12.5px; margin: 8px 0 2px; }
.ytm-search h4 { margin: 12px 0 4px; font-size: 14px; color: #0f172a; }
.ytm-search__list { list-style: none; margin: 0; padding: 0; font-size: 14px; color: #334155; }
.ytm-search__list li { padding: 5px 0; border-bottom: 1px dashed #f1f5f9; display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.ytm-search__list a { color: #2563eb; text-decoration: none; font-size: 12.5px; }
.ytm-search__days { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
شاهد ايضاً
@media print {
body.ytm-page-body { background: #fff !important; }
.ytm-page { max-width: 100% !important; padding: 0 !important; }
.ytm-actions, .ytm-btn, .ytm-search form, .ytm-player, .ytm-board__hud, .ytm-page-back { display: none !important; }
.ytm-panel[hidden], .ytm-panel { display: block !important; visibility: visible !important; }
.ytm-widget, .ytm-h2h, .ytm-versus, .ytm-table-wrap, .ytm-scorers__box { border: 1px solid #94a3b8 !important; box-shadow: none !important; break-inside: avoid; }
* { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
/* ===== 45.0.0: شرائح التصفية + رابط الجولة ===== */
.ytm-fchips { display: flex; gap: 6px; flex-wrap: wrap; padding: 8px 12px 0; }
.ytm-fchip { border: 1px solid #e2e8f0; background: #fff; color: #475569; border-radius: 999px; padding: 4px 13px; font-size: 12.5px; cursor: pointer; transition: all .15s ease; }
.ytm-fchip i { font-style: normal; font-weight: 800; color: #94a3b8; margin-inline-start: 2px; }
.ytm-fchip:hover { border-color: #94a3b8; }
.ytm-fchip.is-active { background: #0f172a; border-color: #0f172a; color: #fff; }
.ytm-fchip.is-active i { color: #7dd3fc; }
.ytm-widget–board .ytm-fchips, .ytm-widget–single .ytm-fchips { display: none; }
.ytm-empty .ytm-fchip { background: #f1f5f9; }
a.ytm-roundlink { color: #0f766e; font-size: 12px; text-decoration: none; }
a.ytm-roundlink:hover { text-decoration: underline; }
]]>
دوري روشن السعودي
انتهت
أركاداغ
1 – 0
انتهت
المحرق
الملعب: ستاد أركاداغ القناة: بي ان سبورتس 3 · عامر الخوذيري
📝 انتهت المباراة بفوز أركاداغ 1-0 على المحرق. الملعب: ستاد أركاداغ.
اضغط «تحميل المجريات» لجلب الأهداف والبطاقات من المصدر.
تحميل المجرياتالقنوات الناقلة:بي ان سبورتس 3 المعلق: عامر الخوذيري
لم يُضبط رابط بث رسمي. أضفه من الإعدادات ← البث، أو استخدم زر صفحة المصدر.
تقرير آلي من بيانات المصدر — يُولَّد ويحدَّث تلقائيًا بواسطة Yemen Today Matches.
حفظ للقراءة لاحقًا






