/* =========================================================
   HRKAH CLUBS 3D
   Unified glossy 3D club dots for all pages
========================================================= */

:root{
  --club-dot-size: 22px;
  --club-dot-size-lg: 28px;
}

/* العناصر المحتملة في الموقع */
.team-dot,
.club-dot,
.player-club-dot,
.club-badge,
.team-ball,
.dot,
.club-marker,
.club-indicator,
.team-indicator,
.club-avatar,
.team-avatar,
.logo-dot,
.badge-dot {
  position: relative !important;
  display: inline-block !important;
  width: var(--club-dot-size) !important;
  height: var(--club-dot-size) !important;
  min-width: var(--club-dot-size) !important;
  min-height: var(--club-dot-size) !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  vertical-align: middle !important;
  flex: 0 0 var(--club-dot-size) !important;
  background: linear-gradient(145deg,#a0a0a0,#6b6b6b) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.08),
    0 6px 14px rgba(0,0,0,.42),
    inset 0 2px 4px rgba(255,255,255,.24),
    inset 0 -6px 10px rgba(0,0,0,.24) !important;
  transform: translateZ(0);
}

/* تمييز إضافي للعناصر التي تم التعرف عليها */
.club-3d{
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow:
    0 0 0 2px var(--club-ring, rgba(255,255,255,.10)),
    0 6px 14px rgba(0,0,0,.42),
    inset 0 2px 4px rgba(255,255,255,.25),
    inset 0 -7px 10px rgba(0,0,0,.26) !important;
  background: var(--club-bg, linear-gradient(145deg,#a0a0a0,#6b6b6b)) !important;
}

/* لمعان علوي */
.club-3d::before,
.team-dot::before,
.club-dot::before,
.player-club-dot::before,
.club-badge::before,
.team-ball::before,
.dot::before,
.club-marker::before,
.club-indicator::before,
.team-indicator::before,
.club-avatar::before,
.team-avatar::before,
.logo-dot::before,
.badge-dot::before{
  content: "" !important;
  position: absolute !important;
  top: 10% !important;
  left: 16% !important;
  width: 38% !important;
  height: 30% !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255,255,255,.88) 0%, rgba(255,255,255,.32) 55%, rgba(255,255,255,0) 100%) !important;
  pointer-events: none !important;
}

/* عمق سفلي */
.club-3d::after,
.team-dot::after,
.club-dot::after,
.player-club-dot::after,
.club-badge::after,
.team-ball::after,
.dot::after,
.club-marker::after,
.club-indicator::after,
.team-indicator::after,
.club-avatar::after,
.team-avatar::after,
.logo-dot::after,
.badge-dot::after{
  content: "" !important;
  position: absolute !important;
  bottom: -8% !important;
  left: 8% !important;
  width: 84% !important;
  height: 38% !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(0,0,0,.22) 0%, rgba(0,0,0,.10) 52%, rgba(0,0,0,0) 100%) !important;
  pointer-events: none !important;
}

/* أحجام أكبر للمواضع البارزة */
.hero .club-3d,
.featured-card .club-3d,
.top-player-card .club-3d,
.player-hero .club-3d,
.best-card .club-3d{
  width: var(--club-dot-size-lg) !important;
  height: var(--club-dot-size-lg) !important;
  min-width: var(--club-dot-size-lg) !important;
  min-height: var(--club-dot-size-lg) !important;
  flex-basis: var(--club-dot-size-lg) !important;
}

/* =========================================
   CLUB COLOR MAP
========================================= */

/* الهلال */
.club-hilal,
.club-3d[data-club="الهلال"]{
  --club-ring: #87aefc;
  --club-bg:
    linear-gradient(145deg,#4d8dff 0%, #1d63ff 42%, #1148d2 72%, #0a2f93 100%);
}

/* النصر */
.club-nassr,
.club-3d[data-club="النصر"]{
  --club-ring: #112f84;
  --club-bg:
    linear-gradient(145deg,#fff07a 0%, #ffe548 25%, #ffdc10 58%, #e1be00 100%);
}

/* التعاون */
.club-taawoun,
.club-3d[data-club="التعاون"]{
  --club-ring: #133788;
  --club-bg:
    linear-gradient(90deg,#2050bd 0%, #2050bd 50%, #ffd322 50%, #ffd322 100%);
}

/* الاتحاد */
.club-ittihad,
.club-3d[data-club="الاتحاد"]{
  --club-ring: #d7a600;
  --club-bg:
    linear-gradient(90deg,#101010 0%, #101010 50%, #ffcf11 50%, #ffcf11 100%);
}

/* الأهلي */
.club-ahli,
.club-3d[data-club="الأهلي"]{
  --club-ring: #82c89e;
  --club-bg:
    linear-gradient(145deg,#2ba66b 0%, #188552 48%, #0f613b 100%);
}

/* الشباب */
.club-shabab,
.club-3d[data-club="الشباب"]{
  --club-ring: #b9b9b9;
  --club-bg:
    linear-gradient(90deg,#ffffff 0%, #ffffff 50%, #101010 50%, #101010 100%);
}

/* الاتفاق */
.club-ettifaq,
.club-3d[data-club="الاتفاق"]{
  --club-ring: #9fd5b5;
  --club-bg:
    linear-gradient(90deg,#198c59 0%, #198c59 72%, #c73a43 72%, #c73a43 100%);
}

/* القادسية */
.club-qadsiah,
.club-3d[data-club="القادسية"]{
  --club-ring: #ffb39e;
  --club-bg:
    linear-gradient(145deg,#ff7048 0%, #ef4723 48%, #c22d12 100%);
}

/* الخليج */
.club-khaleej,
.club-3d[data-club="الخليج"]{
  --club-ring: #f1d86b;
  --club-bg:
    linear-gradient(145deg,#0f9f65 0%, #0b774d 58%, #08593b 100%);
}

/* الفتح */
.club-fateh,
.club-3d[data-club="الفتح"]{
  --club-ring: #7fd59d;
  --club-bg:
    linear-gradient(135deg,#23d45f 0%, #23d45f 18%, #2454ff 18%, #2454ff 42%, #ffffff 42%, #ffffff 58%, #2454ff 58%, #2454ff 82%, #23d45f 82%, #23d45f 100%);
}

/* الفيحاء */
.club-fayha,
.club-3d[data-club="الفيحاء"]{
  --club-ring: #9ec6ff;
  --club-bg:
    linear-gradient(145deg,#ff8b3d 0%, #ef6510 50%, #1658c4 100%);
}

/* أبها */
.club-abha,
.club-3d[data-club="أبها"]{
  --club-ring: #d5eefc;
  --club-bg:
    linear-gradient(145deg,#84d7ff 0%, #61bff1 52%, #3aa3da 100%);
}

/* الحزم */
.club-hazm,
.club-3d[data-club="الحزم"]{
  --club-ring: #ffde87;
  --club-bg:
    linear-gradient(145deg,#ffce40 0%, #f6bb14 52%, #d19300 100%);
}

/* الخلود */
.club-kholood,
.club-3d[data-club="الخلود"]{
  --club-ring: #7fc79c;
  --club-bg:
    linear-gradient(90deg,#13724a 0%, #13724a 75%, #c52b33 75%, #c52b33 100%);
}

/* نيوم */
.club-neom,
.club-3d[data-club="نيوم"]{
  --club-ring: #d6d6d6;
  --club-bg:
    linear-gradient(145deg,#d9d9d9 0%, #a7a7a7 52%, #7b7b7b 100%);
}

/* الرياض */
.club-riyadh,
.club-3d[data-club="الرياض"]{
  --club-ring: #c7c7c7;
  --club-bg:
    linear-gradient(90deg,#121212 0%, #121212 62%, #cc1e28 62%, #cc1e28 100%);
}

/* الدرعية */
.club-diriyah,
.club-3d[data-club="الدرعية"]{
  --club-ring: #dfdfdf;
  --club-bg:
    linear-gradient(145deg,#efefef 0%, #cfcfcf 48%, #b3b3b3 100%);
}

/* الجبلين */
.club-jabalain,
.club-3d[data-club="الجبلين"]{
  --club-ring: #cfcfcf;
  --club-bg:
    linear-gradient(145deg,#b0b0b0 0%, #8f8f8f 48%, #6d6d6d 100%);
}

/* النجمة */
.club-nejmah,
.club-3d[data-club="النجمة"]{
  --club-ring: #8bc27b;
  --club-bg:
    linear-gradient(145deg,#49b05a 0%, #2f8b3f 55%, #216a30 100%);
}

/* الأخدود */
.club-okhdood,
.club-3d[data-club="الأخدود"]{
  --club-ring: #bee8ff;
  --club-bg:
    linear-gradient(145deg,#a0dfff 0%, #6ec7ef 48%, #43a8d6 100%);
}

/* الرائد */
.club-raed,
.club-3d[data-club="الرائد"]{
  --club-ring: #f0a4a4;
  --club-bg:
    linear-gradient(145deg,#c91d29 0%, #a6111c 58%, #790b13 100%);
}

/* ضمك */
.club-dhamk,
.club-3d[data-club="ضمك"]{
  --club-ring: #f4a1a1;
  --club-bg:
    linear-gradient(145deg,#d93939 0%, #b62121 58%, #8a1414 100%);
}

/* الوحدة */
.club-wehda,
.club-3d[data-club="الوحدة"]{
  --club-ring: #f1b08d;
  --club-bg:
    linear-gradient(145deg,#ff7a3a 0%, #e85915 55%, #b4400a 100%);
}

/* الرائد/الطائي/العروبة/الفيصلي/الطائي وغيرها */
.club-taee,
.club-3d[data-club="الطائي"]{
  --club-ring: #d6d6d6;
  --club-bg:
    linear-gradient(145deg,#cfcfcf 0%, #aaaaaa 48%, #808080 100%);
}

.club-orooba,
.club-3d[data-club="العروبة"]{
  --club-ring: #d7d7d7;
  --club-bg:
    linear-gradient(145deg,#eeeeee 0%, #c9c9c9 48%, #a4a4a4 100%);
}

.club-faisaly,
.club-3d[data-club="الفيصلي"]{
  --club-ring: #e7b4b8;
  --club-bg:
    linear-gradient(145deg,#a51e26 0%, #7f1118 58%, #5f0b10 100%);
}

.club-ula,
.club-3d[data-club="العلا"]{
  --club-ring: #d5d5d5;
  --club-bg:
    linear-gradient(145deg,#ededed 0%, #c8c8c8 48%, #a0a0a0 100%);
}

/* fallback for unknown club */
.club-3d[data-club]{
  image-rendering: -webkit-optimize-contrast;
}

/* وضوح على الجوال */
@media (max-width: 768px){
  :root{
    --club-dot-size: 20px;
    --club-dot-size-lg: 24px;
  }

  .team-dot,
  .club-dot,
  .player-club-dot,
  .club-badge,
  .team-ball,
  .dot,
  .club-marker,
  .club-indicator,
  .team-indicator,
  .club-avatar,
  .team-avatar,
  .logo-dot,
  .badge-dot{
    box-shadow:
      0 0 0 2px rgba(255,255,255,.06),
      0 4px 10px rgba(0,0,0,.42),
      inset 0 2px 3px rgba(255,255,255,.22),
      inset 0 -5px 8px rgba(0,0,0,.22) !important;
  }
}

/* =====================================================
   AL NASSR — STRONGER 3D MARKER
   أصفر واضح + حلقة كحلية سميكة
===================================================== */

.club-nassr,
.club-3d[data-club="النصر"],
.team-dot.nassr,
.club-dot.nassr,
.player-club-dot.nassr,
.club-badge.nassr,
.team-ball.nassr {

  --club-ring:#00003C !important;

  background:
    radial-gradient(
      circle at 42% 38%,
      #fff8a6 0%,
      #ffe84d 20%,
      #FEDE00 48%,
      #e5c400 61%,
      #00003C 63%,
      #00003C 100%
    ) !important;

  border:
    2px solid #00003C !important;

  box-shadow:
    0 0 0 1px rgba(254,222,0,.55),
    0 4px 10px rgba(0,0,0,.55),
    inset 0 2px 3px rgba(255,255,255,.45),
    inset 0 -3px 5px rgba(0,0,60,.30) !important;
}


/* لمعان أصغر حتى لا يغطي الحلقة */

.club-nassr::before,
.club-3d[data-club="النصر"]::before,
.team-dot.nassr::before,
.club-dot.nassr::before {

  top:12% !important;
  left:18% !important;

  width:28% !important;
  height:22% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.92) 0%,
      rgba(255,255,255,.30) 55%,
      transparent 100%
    ) !important;
}


/* على الجوال: أكبر قليلًا من بقية الدوائر */

@media(max-width:768px){

  .club-nassr,
  .club-3d[data-club="النصر"],
  .team-dot.nassr,
  .club-dot.nassr,
  .player-club-dot.nassr,
  .club-badge.nassr,
  .team-ball.nassr {

    width:22px !important;
    height:22px !important;

    min-width:22px !important;
    min-height:22px !important;

    flex-basis:22px !important;

    border-width:2px !important;
  }

}


/* =====================================================
   AL KHOLOOD — 3D MARKER V2
   Dark green + burgundy + cream
===================================================== */

.club-kholood,
.club-3d[data-club="الخلود"],
.team-dot.kholood,
.club-dot.kholood,
.player-club-dot.kholood,
.club-badge.kholood,
.team-ball.kholood {

  --club-ring:#FFD4AE !important;

  background:
    radial-gradient(
      circle at 38% 32%,

      /* لمعان داخلي */
      #165126 0%,
      #073715 25%,

      /* الأخضر الأساسي */
      #001C06 56%,
      #001C06 67%,

      /* الحلقة العنابية */
      #8C002A 69%,
      #8C002A 82%,

      /* الإطار الكريمي */
      #FFD4AE 84%,
      #FFD4AE 100%
    ) !important;

  border:
    1px solid #FFD4AE !important;

  border-radius:
    50% !important;

  box-shadow:
    0 0 0 1px rgba(140,0,42,.60),
    0 5px 11px rgba(0,0,0,.52),
    inset 0 3px 4px rgba(255,255,255,.20),
    inset 0 -5px 7px rgba(0,0,0,.38) !important;
}


/* لمعان 3D مضبوط للخلود */

.club-kholood::before,
.club-3d[data-club="الخلود"]::before,
.team-dot.kholood::before,
.club-dot.kholood::before {

  content:"" !important;

  position:absolute !important;

  top:13% !important;
  left:18% !important;

  width:30% !important;
  height:23% !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.76) 0%,
      rgba(255,255,255,.20) 52%,
      transparent 100%
    ) !important;
}


/* وضوح إضافي على الجوال */

@media(max-width:768px){

  .club-kholood,
  .club-3d[data-club="الخلود"],
  .team-dot.kholood,
  .club-dot.kholood,
  .player-club-dot.kholood {

    width:21px !important;
    height:21px !important;

    min-width:21px !important;
    min-height:21px !important;

    flex-basis:21px !important;
  }

}


/* =====================================================
   AL KHOLOOD — FINAL 3D CLUB MARKER
   Based on club identity colors
===================================================== */

.club-kholood,
.club-3d[data-club="الخلود"],
.team-dot.kholood,
.club-dot.kholood,
.player-club-dot.kholood,
.club-badge.kholood,
.team-ball.kholood {

  --club-ring:#FFD4AE !important;

  background:
    radial-gradient(
      circle at 38% 32%,

      /* highlight */
      #1b4b25 0%,
      #0d3517 18%,

      /* dark green center */
      #001C06 42%,
      #001C06 58%,

      /* burgundy ring */
      #8C002A 60%,
      #8C002A 78%,

      /* cream outer edge */
      #FFD4AE 80%,
      #FFD4AE 100%
    ) !important;

  border:
    1px solid #FFD4AE !important;

  border-radius:
    50% !important;

  box-shadow:
    0 0 0 1px rgba(140,0,42,.72),
    0 5px 11px rgba(0,0,0,.55),
    inset 0 3px 4px rgba(255,255,255,.22),
    inset 0 -5px 8px rgba(0,0,0,.42) !important;
}


/* 3D highlight */

.club-kholood::before,
.club-3d[data-club="الخلود"]::before,
.team-dot.kholood::before,
.club-dot.kholood::before,
.player-club-dot.kholood::before {

  content:"" !important;

  position:absolute !important;

  top:12% !important;
  left:17% !important;

  width:31% !important;
  height:24% !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.80) 0%,
      rgba(255,255,255,.24) 50%,
      transparent 100%
    ) !important;

  pointer-events:none !important;
}


/* depth */

.club-kholood::after,
.club-3d[data-club="الخلود"]::after,
.team-dot.kholood::after,
.club-dot.kholood::after {

  content:"" !important;

  position:absolute !important;

  bottom:-5% !important;
  left:10% !important;

  width:80% !important;
  height:34% !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(0,0,0,.28) 0%,
      rgba(0,0,0,.12) 55%,
      transparent 100%
    ) !important;

  pointer-events:none !important;
}


/* وضوح أعلى على الجوال */

@media(max-width:768px){

  .club-kholood,
  .club-3d[data-club="الخلود"],
  .team-dot.kholood,
  .club-dot.kholood,
  .player-club-dot.kholood {

    width:22px !important;
    height:22px !important;

    min-width:22px !important;
    min-height:22px !important;

    flex-basis:22px !important;
  }

}


/* =====================================================
   AL DIRIYAH — FINAL 3D MARKER
   Sand / Beige identity
===================================================== */

.club-diriyah,
.club-3d[data-club="الدرعية"],
.team-dot.diriyah,
.club-dot.diriyah,
.player-club-dot.diriyah,
.club-badge.diriyah,
.team-ball.diriyah {

  --club-ring:#E8C9AA !important;

  background:
    radial-gradient(
      circle at 38% 30%,

      /* highlight */
      #F4DCC5 0%,
      #E7C7A8 18%,

      /* sand identity */
      #DCBEA1 38%,
      #D7B592 62%,

      /* dark ring */
      #241A14 64%,
      #241A14 79%,

      /* light outer edge */
      #E8C9AA 81%,
      #E8C9AA 100%
    ) !important;

  border:
    1px solid #E8C9AA !important;

  border-radius:50% !important;

  box-shadow:
    0 0 0 1px rgba(36,26,20,.72),
    0 5px 11px rgba(0,0,0,.52),
    inset 0 3px 4px rgba(255,255,255,.38),
    inset 0 -5px 8px rgba(62,43,31,.30) !important;
}


/* لمعان 3D */

.club-diriyah::before,
.club-3d[data-club="الدرعية"]::before,
.team-dot.diriyah::before,
.club-dot.diriyah::before,
.player-club-dot.diriyah::before {

  content:"" !important;

  position:absolute !important;

  top:11% !important;
  left:18% !important;

  width:30% !important;
  height:23% !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.90) 0%,
      rgba(255,255,255,.30) 50%,
      transparent 100%
    ) !important;

  pointer-events:none !important;
}


/* وضوح الجوال */

@media(max-width:768px){

  .club-diriyah,
  .club-3d[data-club="الدرعية"],
  .team-dot.diriyah,
  .club-dot.diriyah,
  .player-club-dot.diriyah {

    width:22px !important;
    height:22px !important;

    min-width:22px !important;
    min-height:22px !important;

    flex-basis:22px !important;
  }

}


/* =====================================================
   NEOM — FINAL 3D MARKER
   Sky blue identity
===================================================== */

.club-neom,
.club-3d[data-club="نيوم"],
.team-dot.neom,
.club-dot.neom,
.player-club-dot.neom,
.club-badge.neom,
.team-ball.neom {

  --club-ring:#8DDAFB !important;

  background:
    radial-gradient(
      circle at 38% 30%,

      /* highlight */
      #D7F4FF 0%,
      #8DDAFB 18%,

      /* main sky blue */
      #56A8DE 40%,
      #348FD5 64%,

      /* darker outer depth */
      #2275B0 67%,
      #2275B0 82%,

      /* light edge */
      #8DDAFB 84%,
      #8DDAFB 100%
    ) !important;

  border:
    1px solid #8DDAFB !important;

  border-radius:
    50% !important;

  box-shadow:
    0 0 0 1px rgba(34,117,176,.70),
    0 5px 11px rgba(0,0,0,.50),
    inset 0 3px 4px rgba(255,255,255,.42),
    inset 0 -5px 8px rgba(15,76,120,.30) !important;
}


/* لمعان 3D */

.club-neom::before,
.club-3d[data-club="نيوم"]::before,
.team-dot.neom::before,
.club-dot.neom::before,
.player-club-dot.neom::before {

  content:"" !important;

  position:absolute !important;

  top:11% !important;
  left:18% !important;

  width:31% !important;
  height:24% !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.94) 0%,
      rgba(255,255,255,.34) 50%,
      transparent 100%
    ) !important;

  pointer-events:none !important;
}


/* وضوح الجوال */

@media(max-width:768px){

  .club-neom,
  .club-3d[data-club="نيوم"],
  .team-dot.neom,
  .club-dot.neom,
  .player-club-dot.neom {

    width:22px !important;
    height:22px !important;

    min-width:22px !important;
    min-height:22px !important;

    flex-basis:22px !important;
  }

}


/* =====================================================
   ABHA — FINAL 3D MARKER
   Navy + White + Red
===================================================== */

.club-abha,
.club-3d[data-club="أبها"],
.team-dot.abha,
.club-dot.abha,
.player-club-dot.abha,
.club-badge.abha,
.team-ball.abha {

  --club-ring:#0B4C7F !important;

  background:
    radial-gradient(
      circle at 50% 50%,

      /* red center */
      #FF3A45 0%,
      #E60012 18%,

      /* white middle */
      #FFFFFF 20%,
      #F2F7FA 54%,

      /* navy ring */
      #0B4C7F 57%,
      #0B4C7F 82%,

      /* light edge */
      #D9EDF7 84%,
      #FFFFFF 100%
    ) !important;

  border:
    1px solid #0B4C7F !important;

  border-radius:
    50% !important;

  box-shadow:
    0 0 0 1px rgba(11,76,127,.70),
    0 5px 11px rgba(0,0,0,.50),
    inset 0 3px 4px rgba(255,255,255,.58),
    inset 0 -5px 8px rgba(8,50,85,.24) !important;
}


/* لمعان 3D */

.club-abha::before,
.club-3d[data-club="أبها"]::before,
.team-dot.abha::before,
.club-dot.abha::before,
.player-club-dot.abha::before {

  content:"" !important;

  position:absolute !important;

  top:10% !important;
  left:17% !important;

  width:30% !important;
  height:23% !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.95) 0%,
      rgba(255,255,255,.38) 50%,
      transparent 100%
    ) !important;

  pointer-events:none !important;
}


/* وضوح الجوال */

@media(max-width:768px){

  .club-abha,
  .club-3d[data-club="أبها"],
  .team-dot.abha,
  .club-dot.abha,
  .player-club-dot.abha {

    width:22px !important;
    height:22px !important;

    min-width:22px !important;
    min-height:22px !important;

    flex-basis:22px !important;
  }

}


/* =====================================================
   AL QADSIAH — FINAL UNIFIED 3D MARKER
   Red center + yellow/gold outer ring
===================================================== */

.club-qadsiah,
.club-3d[data-club="القادسية"],
.team-dot.qadsiah,
.club-dot.qadsiah,
.player-club-dot.qadsiah,
.club-badge.qadsiah,
.team-ball.qadsiah,
.dot.qadsiah {

  --club-ring:#F3C400 !important;

  background:
    radial-gradient(
      circle at 40% 34%,

      /* 3D highlight */
      #FF7777 0%,
      #F04A4A 18%,

      /* red body */
      #D9252A 38%,
      #B9151C 62%,

      /* dark depth */
      #8B0D13 64%,
      #8B0D13 76%,

      /* yellow outer ring */
      #F3C400 78%,
      #FFD82A 92%,
      #FFE674 100%
    ) !important;

  border:
    1px solid #F3C400 !important;

  border-radius:
    50% !important;

  box-shadow:
    0 0 0 1px rgba(217,37,42,.70),
    0 5px 11px rgba(0,0,0,.52),
    inset 0 3px 4px rgba(255,255,255,.34),
    inset 0 -5px 8px rgba(90,0,8,.32) !important;
}


/* لمعان القادسية */

.club-qadsiah::before,
.club-3d[data-club="القادسية"]::before,
.team-dot.qadsiah::before,
.club-dot.qadsiah::before,
.player-club-dot.qadsiah::before {

  content:"" !important;

  position:absolute !important;

  top:11% !important;
  left:18% !important;

  width:30% !important;
  height:23% !important;

  border-radius:50% !important;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.92) 0%,
      rgba(255,255,255,.30) 50%,
      transparent 100%
    ) !important;

  pointer-events:none !important;
}


/* نفس الحجم والوضوح في الجوال */

@media(max-width:768px){

  .club-qadsiah,
  .club-3d[data-club="القادسية"],
  .team-dot.qadsiah,
  .club-dot.qadsiah,
  .player-club-dot.qadsiah,
  .club-badge.qadsiah {

    width:22px !important;
    height:22px !important;

    min-width:22px !important;
    min-height:22px !important;

    flex-basis:22px !important;
  }

}

