/* الوضع المباشر — تصميم مطابق لتخطيط الجزيرة (يُحمّل على المقال المباشر فقط) */
.lb-wrap{margin:18px 0;font-family:Arial,"Segoe UI",Tahoma,sans-serif;direction:rtl;color:#111}

/* المقدمة (المقال) — طيّ تدريجي عبر JS */
.lb-intro{position:relative}
.lb-intro.lb-clamped{max-height:200px;overflow:hidden}
.lb-intro.lb-clamped::after{content:"";position:absolute;inset-inline:0;bottom:0;height:70px;background:linear-gradient(transparent,#fff)}
.lb-more{display:inline-block;margin:6px 0 2px;background:none;border:0;color:#1d6fb8;font-size:14px;font-weight:700;cursor:pointer;padding:4px 0;font-family:inherit}

/* شارة الحالة */
.lb-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.lb-titlebadge{margin:2px 0 10px}
.lb-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;padding:5px 13px;border-radius:999px}
.lb-badge--live{background:#fdecec;color:#c0282d}
.lb-badge--ended{background:#eef0f2;color:#5b6470}
.lb-pulse{width:8px;height:8px;border-radius:50%;background:#c0282d;display:inline-block;animation:lbpulse 1.3s ease-in-out infinite}
/* النقطة الحمرا «بتنور وتطفي» بحلقة متوسّعة — مؤشر بث مباشر */
@keyframes lbpulse{0%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(192,40,45,.5)}70%{opacity:.35;transform:scale(.78);box-shadow:0 0 0 5px rgba(192,40,45,0)}100%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(192,40,45,0)}}
@media (prefers-reduced-motion:reduce){.lb-pulse{animation:none}}
/* حجم البادج على الموبايل (أصغر قليلاً، متناسب مع العنوان) */
@media (max-width:600px){.lb-titlebadge{margin:0 0 8px}.lb-badge{font-size:11.5px;padding:4px 10px;gap:5px}.lb-pulse{width:7px;height:7px}}
.lb-updated{font-size:12px;color:#7a828c}

/* ===== الترويسة (sticky-score-card مطابقة) — فوق العنوان ===== */
.lb-score{background:#fff;padding:10px 8px 8px;box-sizing:border-box;direction:rtl;font-family:Arial,"Segoe UI",Tahoma,sans-serif}
/* النسخة المثبّتة المُسبقة الرسم — ملاصقة تحت الهيدر، تنزلق بـtransform زي الجزيرة، بلا هدّافين، أسماء مختصرة.
   مخفية افتراضياً (translateY فوق)، تظهر بإضافة .is-pinned من JS. تُحذف تماماً عند انتهاء المباراة. */
.lb-score-pinned{position:fixed;z-index:900;background:#fff;box-sizing:border-box;padding:7px 8px 6px;
  box-shadow:0 6px 14px -8px rgba(0,0,0,.32);border-bottom:1px solid #eceef1;direction:rtl;
  font-family:Arial,"Segoe UI",Tahoma,sans-serif;transform:translateY(-115%);transition:transform .22s ease-out,opacity .22s ease-out;
  will-change:transform;pointer-events:none;opacity:0}
.lb-score-pinned.is-pinned{transform:translateY(0);pointer-events:auto;opacity:1}
.lb-score-pinned .lb-scorers{display:none}
.lb-score-pinned .lb-team-badge,.lb-score-pinned .lb-team-badge img{width:34px;height:34px}
.lb-score-pinned .lb-team-name{font-size:14px}
.lb-score-pinned .lb-score-num{font-size:26px;min-width:26px}
.lb-score-pinned .lb-stripe{margin-top:7px}
.lb-score-line{display:flex;align-items:flex-start;justify-content:center;gap:14px}
.lb-team{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;min-width:0;text-align:center}
/* هدّافو كل فريق */
.lb-scorers{display:flex;flex-direction:column;gap:3px;margin-top:2px}
.lb-scorer{font-size:12px;color:#7a828c;display:inline-flex;align-items:center;justify-content:center;gap:5px;line-height:1.3}
.lb-scorer-ic{width:13px;height:13px;flex:0 0 auto;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7.3' fill='%23fff' stroke='%23222' stroke-width='1.1'/%3E%3Cpath d='M8 3.7l2.6 1.9-1 3.05H6.4l-1-3.05z' fill='%23222'/%3E%3Cpath d='M3 7.2l1.1.9M13 7.2l-1.1.9M5.3 12.3l.5-1.3M10.7 12.3l-.5-1.3' stroke='%23222' stroke-width='1' fill='none'/%3E%3C/svg%3E") center/contain no-repeat}
.lb-scorer-min{color:#9aa1ab}
.lb-team-badge{width:64px;height:64px;display:flex;align-items:center;justify-content:center}
.lb-team-badge img{width:64px;height:64px;object-fit:contain}
.lb-team-ph{width:60px;height:42px;border-radius:4px;background:#eef0f2;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#5b6470}
.lb-team-name{font-size:18px;font-weight:700;color:#111;line-height:1.3}
.lb-score-num{font-size:48px;font-weight:800;color:#111;flex:0 0 auto;min-width:46px;text-align:center;line-height:1}
.lb-score-mid{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:84px}
.lb-score-date{font-size:12px;color:#7a828c}
.lb-score-status{font-size:18px;font-weight:700;color:#c0282d;display:flex;align-items:center;gap:5px}
.lb-score-status.fin{color:#5b6470;font-size:13px;font-weight:600;text-align:center;line-height:1.25}
.lb-score-status.ht{font-size:13.5px;font-weight:700;color:#c0282d;white-space:nowrap}
.lb-score-status.pre{color:#5b6470;font-size:13px;font-weight:600;white-space:nowrap}
.lb-score-dot{width:7px;height:7px;border-radius:50%;background:#16a34a;display:inline-block;animation:lbdotpulse 1.3s ease-in-out infinite}
@keyframes lbdotpulse{0%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(22,163,74,.55)}70%{opacity:.6;transform:scale(.82);box-shadow:0 0 0 6px rgba(22,163,74,0)}100%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(22,163,74,0)}}
@media (prefers-reduced-motion:reduce){.lb-score-dot{animation:none}}
/* أنيميشن تغيّر التوقيت (D) — يلعب عند كل تغيّر للدقيقة */
@keyframes lbtick{0%{opacity:.12;transform:translateY(-4px)}100%{opacity:1;transform:none}}
.lb-tick{animation:lbtick .45s ease-out;display:inline-block}
/* أنيميشن الهدف (E) — وميض أخضر على الشريط + نطّة على الرقم */
@keyframes lbgoalflash{0%,100%{background:#fff}30%{background:#bbf7d0}60%{background:#dcfce7}}
.lb-score.lb-goal,.lb-score-pinned.lb-goal{animation:lbgoalflash 1.3s ease-in-out 2}
.lb-goal .lb-score-num{animation:lbgoalpop .65s ease-out 2}
@keyframes lbgoalpop{0%{transform:scale(1)}40%{transform:scale(1.55);color:#16a34a}100%{transform:scale(1);color:inherit}}
@media (prefers-reduced-motion:reduce){.lb-tick,.lb-score.lb-goal,.lb-score-pinned.lb-goal,.lb-goal .lb-score-num{animation:none}}
/* تضمينات الكروت (تغريدات/يوتيوب من المصدر) */
.lbu-embeds{margin-top:10px}
.lbu-embeds .twitter-tweet{margin:8px auto!important}
.lbu-embeds iframe{max-width:100%}
/* شريط بلوني الفريقين */
.lb-stripe{display:flex;height:4px;margin-top:12px}
.lb-stripe-half{flex:1;height:4px;background:var(--c,#239bee)}

/* ===== التابات (tab-list__header مطابقة) ===== */
.lb-tabs{display:flex;gap:16px;overflow-x:auto;border-bottom:1px solid #e5e5e5;padding:0;margin:14px 0 0;scrollbar-width:none}
.lb-tabs::-webkit-scrollbar{display:none}
.lb-tab{flex:0 0 auto;background:none;border:0;padding:15px 0;font-size:16px;color:#000;font-weight:400;cursor:pointer;white-space:nowrap;font-family:inherit;position:relative}
.lb-tab.is-active{font-weight:700}
.lb-tab.is-active::after{content:"";position:absolute;inset-inline:0;bottom:-1px;height:2px;background:#111}

/* أدوات */
.lb-controls{display:flex;align-items:center;justify-content:space-between;padding:11px 2px;border-bottom:1px solid #f0f1f3}
.lb-auto{display:flex;align-items:center;gap:9px;font-size:14px;color:#222;cursor:pointer;user-select:none}
.lb-count{font-size:14px;color:#8a919b}
.lb-controls-right{display:inline-flex;align-items:center;gap:14px}
/* مؤشر المتابعة اللحظية التلقائية — يطمئن الزائر إن التحديث تلقائي بلا رفرش */
.lb-live-auto{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:#c0282d;white-space:nowrap}
.lb-live-auto-dot{width:8px;height:8px;border-radius:50%;background:#c0282d;display:inline-block;animation:lbpulse 1.3s ease-in-out infinite}
@media (max-width:600px){.lb-live-auto{font-size:11.5px}}
/* سويتش التحديث التلقائي */
.lb-switch{position:relative;width:40px;height:22px;flex:0 0 auto;display:inline-block}
.lb-switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}
.lb-switch-knob{position:absolute;inset:0;background:#c7ccd2;border-radius:999px;transition:background .2s}
.lb-switch-knob::before{content:"";position:absolute;top:2px;right:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.3);transition:transform .2s}
.lb-switch input:checked + .lb-switch-knob{background:#1d6fb8}
.lb-switch input:checked + .lb-switch-knob::before{transform:translateX(-18px)}

/* زر «تحديثات جديدة» البريميوم — عائم في منتصف أعلى الصفحة، يظهر بـ.show عبر JS */
.lb-newpill{position:fixed;top:84px;left:50%;z-index:950;display:inline-flex;align-items:center;gap:9px;
  background:linear-gradient(135deg,#c0282d,#e4404b);color:#fff;border:none;border-radius:999px;
  padding:11px 22px;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;
  box-shadow:0 12px 30px -8px rgba(192,40,45,.6),0 2px 8px rgba(0,0,0,.12);
  opacity:0;pointer-events:none;transform:translateX(-50%) translateY(-14px);
  transition:opacity .32s cubic-bezier(.2,.8,.2,1),transform .32s cubic-bezier(.2,.8,.2,1)}
.lb-newpill.show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.lb-newpill:hover{filter:brightness(1.06)}
.lb-newpill:active{transform:translateX(-50%) translateY(1px)}
.lb-newpill-ic{display:inline-block;font-size:16px;line-height:1;animation:lbarrow 1.2s ease-in-out infinite}
@keyframes lbarrow{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@media (prefers-reduced-motion:reduce){.lb-newpill-ic{animation:none}.lb-newpill{transition:opacity .2s}}
@media (max-width:600px){.lb-newpill{top:70px;font-size:13px;padding:9px 18px}}

/* اللوحات */
.lb-panel{display:none}
.lb-panel.is-active{display:block}
.lb-empty{padding:26px 10px;text-align:center;color:#9aa1ab;font-size:14px}

/* خط زمني التعليق — كروت مطابقة للجزيرة (card-live-football) — قالب لكل نوع */
.lb-feed{padding-top:6px}
/* مسافة 20px بين الكروت ⇒ كل كارت بخطّه الملوّن المنفصل (لا border فاصل) */
.lbu{display:flex;gap:14px;align-items:stretch;margin-bottom:20px}
.lbu:last-child{margin-bottom:0}
/* الخط الرأسي 3px — لون حسب النوع */
.lbu-line{flex:0 0 auto;width:3px;background:#161616;align-self:stretch}
.lbu--goal .lbu-line{background:#1ca15e}
.lbu--substitution .lbu-line{background:#0a5fbf}
.lbu--card .lbu-line{background:#efd05c}
.lbu--card-red .lbu-line{background:#d23b3b}
.lbu.lb-fresh .lbu-body{animation:lbfade .9s ease}
@keyframes lbfade{from{background:#fff8e6}to{background:transparent}}
.lbu-body{flex:1;min-width:0;padding:14px 0}
.lbu-main{display:flex;gap:8px;align-items:flex-start}
/* عمود النص (الترويسة فوق الوصف) — مطابق لـ__main-text */
.lbu-maintext{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
/* الترويسة تلتف على الموبايل (زي الجزيرة): سطر1 [أيقونة+دقيقة+علم بالطرف] · سطر2 العنوان · سطر3 الوصف */
.lbu-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px 4px}
/* الأيقونات (inline SVG) */
.lbu-ic{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:0}
.lbu-ic svg{display:block}
.lbu-ic--card{width:auto;height:auto}
.lbu-card{display:inline-block;width:13px;height:18px;border-radius:1px;background:#efd05c}
.lbu-card--red{background:#d23b3b}
.lbu-min{font-size:16px;font-weight:600;color:#111;line-height:1.4}
.lbu--goal .lbu-min{color:#1ca15e}
/* العلم بالطرف المقابل للخط: inline 24px (موبايل، يُدفَع لآخر السطر الأول بـmargin-auto) + block 40px (ديسكتوب) */
.lbu-flag{flex:0 0 auto;width:24px;height:24px;object-fit:contain;border-radius:2px;margin-inline-start:auto;display:block}
.lbu-flag-block{flex:0 0 auto;width:40px;height:40px;object-fit:contain;border-radius:3px;margin-top:2px;display:none}
/* العنوان يأخذ سطراً كاملاً على الموبايل (يلتف تحت الدقيقة) */
.lbu-title{font-size:18px;font-weight:600;color:#111;margin:0;line-height:1.45;flex:0 0 100%;min-width:0}
.lbu-fig{margin:8px 0;border-radius:8px;overflow:hidden}
.lbu-img{display:block;width:100%;height:auto;border-radius:8px}
.lbu-cap{font-size:11px;color:#9aa1ab;margin-top:5px}
.lbu-text{font-size:14px;line-height:1.5;color:#595959}
.lbu-text p{margin:0 0 8px}
.lbu-text p:last-child{margin-bottom:0}
/* كتلة التبديل (خروج → دخول) */
.lbu-subs{margin:12px 0 2px;display:flex;flex-direction:column;gap:9px}
.lbu-sub-row{display:flex;align-items:center;gap:12px}
.lbu-sub-player{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}
.lbu-sub-lbl{font-size:11px;font-weight:700}
.lbu-sub-player--off .lbu-sub-lbl{color:#d23b3b}
.lbu-sub-player--on .lbu-sub-lbl{color:#1ca15e}
.lbu-sub-name{font-size:14px;color:#111;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lbu-sub-arrow{flex:0 0 auto;width:18px;height:12px;position:relative}
.lbu-sub-arrow::before{content:"";position:absolute;top:50%;inset-inline:3px 1px;height:2px;background:#c7ccd2;transform:translateY(-50%)}
.lbu-sub-arrow::after{content:"";position:absolute;top:50%;inset-inline-start:1px;width:6px;height:6px;border-inline-start:2px solid #c7ccd2;border-block-end:2px solid #c7ccd2;transform:translateY(-50%) rotate(45deg)}
.lbu-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:10px}
.lbu-ts{font-size:14px;font-weight:400;color:#595959}
.lbu-ts-rel{font-weight:400;color:#595959}
.lbu-ts-abs{font-weight:400;color:#595959}
.lbu-share{display:inline-flex;align-items:center;gap:6px;font-size:16px;color:#969696;background:none;border:1px solid #f0f0f0;border-radius:20px;padding:5px 12px;cursor:pointer;font-family:inherit}
.lbu-share:hover{background:#f7f7f7}
.lbu-share-ic{display:none}

/* إسناد */
.lb-attribution{margin-top:12px;padding-top:10px;border-top:1px solid #f0f1f3;font-size:12px;color:#9aa1ab}

/* ===== أبرز الأحداث ===== */
.lb-events{list-style:none;margin:8px 0 0;padding:0}
.lb-ev{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-bottom:1px solid #f3f4f6}
.lb-ev:last-child{border-bottom:0}
.lb-ev-min{flex:0 0 auto;width:40px;text-align:center;font-size:14px;font-weight:700;color:#586069}
.lb-ev-ic{flex:0 0 auto;width:20px;text-align:center}
.lb-ev-txt{flex:1;font-size:14px;line-height:1.7;color:#2b3440}

/* ===== التشكيل (ملعبنا الخاص) ===== */
.lb-pitch{position:relative;max-width:600px;margin:16px auto;aspect-ratio:100/66;border-radius:8px;overflow:hidden;
  background-color:#2e9e57;background-image:repeating-linear-gradient(90deg,#2e9e57 0 10%,#2c9854 10% 20%);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.5)}
.lb-pitch::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(255,255,255,.5);transform:translateX(-50%)}
.lb-pitch::after{content:"";position:absolute;left:50%;top:50%;width:18%;aspect-ratio:1;border:2px solid rgba(255,255,255,.5);border-radius:50%;transform:translate(-50%,-50%)}
.lb-pen{position:absolute;top:50%;transform:translateY(-50%);width:13%;height:52%;border:2px solid rgba(255,255,255,.5)}
.lb-pen.r{right:0;border-right:0}
.lb-pen.l{left:0;border-left:0}
.lb-pitch-flag{position:absolute;top:50%;transform:translateY(-50%);width:80px;height:56px;opacity:.16;object-fit:cover}
.lb-pitch-flag.r{right:13%}
.lb-pitch-flag.l{left:13%}
.lb-pl{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:2px;width:64px;z-index:2}
.lb-pl-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 1px 3px rgba(0,0,0,.35)}
.lb-pl--home .lb-pl-dot{background:#1a1a1a;color:#fff}
.lb-pl--away .lb-pl-dot{background:#fff;color:#1a1a1a}
.lb-pl-name{font-size:10px;color:#fff;text-align:center;line-height:1.15;max-width:70px;text-shadow:0 1px 2px rgba(0,0,0,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lb-subs-bar{background:#1a1a1a;color:#fff;text-align:center;font-size:13px;font-weight:700;padding:8px;margin-top:12px}
.lb-subs{display:flex;flex-wrap:wrap;gap:10px 14px;padding:14px 6px;justify-content:center}
.lb-sub{display:flex;flex-direction:column;align-items:center;gap:4px;width:70px}
.lb-sub-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}
.lb-sub--home .lb-sub-dot{background:#1a1a1a;color:#fff}
.lb-sub--away .lb-sub-dot{background:#fff;color:#1a1a1a;border:1px solid #d0d0d0}
.lb-sub-name{font-size:11px;color:#333;text-align:center;line-height:1.2}
.lb-formation{display:flex;justify-content:space-between;font-size:13px;color:#555;font-weight:700;padding:10px 4px 0}

/* ===== الإحصائيات (match-stats مطابقة) ===== */
.lb-ms{padding:8px 0}
.lb-ms-sec{padding:0 0 18px}
.lb-ms-head{display:flex;align-items:center;justify-content:center;gap:16px;margin:8px 0 14px}
.lb-ms-crest{width:44px;height:44px;object-fit:contain}
.lb-ms-crest-ph{width:40px;height:28px;border-radius:3px;background:#eef0f2}
.lb-ms-title{font-size:18px;font-weight:500;text-align:center;color:#111;min-width:110px}
.lb-ms-row{margin:0 0 14px}
.lb-ms-vals{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.lb-ms-val{font-size:12px;font-weight:700;color:#111;min-width:42px}
.lb-ms-val.l{text-align:left}
.lb-ms-label{font-size:12px;color:#626262;text-align:center;flex:1}
.lb-ms-bars{display:flex;gap:6px;height:8px}
.lb-ms-half{flex:1;background:#e5e5e5;position:relative;overflow:hidden}
.lb-ms-half i{position:absolute;top:0;bottom:0;background:#000;width:var(--w,0%)}
.lb-ms-half.h i{right:0}
.lb-ms-half.a i{left:0}

/* ===== الترتيب (standings مطابقة) ===== */
.lb-st-title{font-size:20px;font-weight:500;padding:12px 4px 10px;text-align:start;color:#111}
.lb-st-group{margin-bottom:16px}
.lb-st-gname{background:#f1f1f1;font-size:15px;font-weight:500;padding:8px 14px;color:#111}
.lb-st-scroll{overflow-x:auto}
.lb-st-table{width:100%;border-collapse:collapse;min-width:560px}
.lb-st-table th{background:#3c4043;color:#fff;font-size:14px;font-weight:600;padding:11px 8px;text-align:center;white-space:nowrap}
.lb-st-table td{padding:11px 8px;text-align:center;font-size:14px;color:#111;border-bottom:1px solid #f0f0f0}
.lb-st-table tbody tr:nth-child(even){background:#f5f5f5}
.lb-st-table th.lb-st-teamc,.lb-st-table td.lb-st-teamc{text-align:start;padding-inline-start:14px}
.lb-st-team{display:flex;align-items:center;gap:9px}
.lb-st-logo{width:24px;height:24px;object-fit:contain;flex:0 0 auto}
.lb-st-rank{color:#8a919b}
.lb-st-pts{font-weight:700}

/* ديسكتوب (≥992px، نقطة كسر الجزيرة): الترويسة سطر واحد + علم block 40px في الطرف */
@media (min-width:992px){
  .lbu-head{flex-wrap:nowrap}
  .lbu-flag{display:none}
  .lbu-flag-block{display:block}
  .lbu-title{flex:1 1 auto;font-size:20px}
  .lbu-min{font-size:20px}
}

@media (max-width:600px){
  .lb-score-line{gap:6px}
  .lb-team-badge,.lb-team-badge img{width:46px;height:46px}
  .lb-team-name{font-size:14px}
  .lb-score-num{font-size:34px;min-width:32px}
  .lb-score-mid{min-width:58px}
  .lb-score-status{font-size:15px}
  .lb-tabs{gap:14px}
  .lb-tab{font-size:15px}
  .lb-pl{width:46px}
  .lb-pl-dot{width:22px;height:22px;font-size:10px}
  .lb-pl-name{font-size:8.5px;max-width:50px}
  .lb-ms-title{font-size:16px}
}

/* === كروت تحليلية أصلية (LiveBlogAutoCards) — تُعرض داخل .lbu-text === */
.lbu-text .lbac{margin:2px 0}
.lbac-lineup{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lbac-lu-col{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;padding:10px 12px}
.lbac-lu-team{font-weight:800;color:#0f172a;font-size:14px;margin-bottom:8px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.lbac-lu-form{font-size:11px;font-weight:700;color:#fff;background:#0063a6;border-radius:6px;padding:1px 7px}
.lbac-lu-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}
.lbac-lu-list li{font-size:13px;color:#334155;display:flex;align-items:center;gap:7px}
.lbac-lu-num{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;font-size:11px;font-weight:800;color:#0063a6;background:#e6f0f8;border-radius:5px}
.lbac-lu-subs{margin-top:8px;font-size:11.5px;color:#64748b;line-height:1.6}
.lbac-lu-subs b{color:#475569}
.lbac-stats{display:flex;flex-direction:column;gap:9px}
.lbac-stat-head{display:flex;align-items:center;justify-content:space-between;font-weight:800;color:#0f172a;font-size:13.5px;margin-bottom:2px}
.lbac-stat-vs{font-size:15px;letter-spacing:1px;background:#f1f5f9;border-radius:7px;padding:2px 10px}
.lbac-stat-row{display:flex;flex-direction:column;gap:4px}
.lbac-stat-vals{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;color:#1e293b}
.lbac-stat-lbl{font-weight:600;color:#64748b;font-size:12px}
.lbac-stat-bar{display:flex;height:7px;border-radius:4px;overflow:hidden;background:#eef2f7}
.lbac-bar-h{background:#0063a6}
.lbac-bar-a{background:#239bee}
.lbac-summary{display:flex;flex-direction:column;gap:9px}
.lbac-sum-score{display:flex;align-items:center;justify-content:center;gap:14px;font-weight:800;color:#0f172a;font-size:15px}
.lbac-sum-score b{font-size:24px;letter-spacing:2px;color:#0063a6}
.lbac-sum-lead{margin:0;font-size:14px;line-height:1.8;color:#334155;font-weight:600}
.lbac-sum-scorers,.lbac-sum-stand{margin:0;font-size:12.5px;line-height:1.8;color:#475569}
.lbac-sum-scorers b,.lbac-sum-stand b{color:#0f172a}
.lbac-sum-stats{margin-top:4px;padding-top:9px;border-top:1px dashed #e2e8f0}
@media (max-width:600px){
  .lbac-lineup{grid-template-columns:1fr;gap:10px}
  .lbac-sum-score b{font-size:21px}
}
