(العنوان فيه حرق)
الفصل 46: – (العنوان فيه حرق)
بدا أن ساكورا ويويا وكوسوكي يتفقون مع اقتراح كازامي بهذا المعدل ، سننتهي بتحدي الزعيم الأخير بخمسة أشخاص فقط وهكذا ، حاولت ري على عجل إيقاف الأربعة.
وافق الاعضاء تحت اقناع كازامي”حسنًا ، دعنا نذهب!”
لقد مرت حوالي 40 دقيقة منذ دخول فريق كينزاكي الي الزنزانة . كانت ري وفريقها يندفعون بقوة نحو الطابق السفلي من الزنزانة والآن ، يواجهون 5 خنازير حمراء ظهرت أمامهم في نفس الوقت.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 28 يوم متبقي 39,400 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Ahmed khirallh🔥 100🥉السيد الشاب🔥 1004med abda🔥 1005ABDULWAHAB ALKHALAF🔥 1006A k🔥 1007Wassim Sun🔥 1008Arhama Alnuaimi🔥 1009lsas xzpo🔥 10010Beyuum🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Abdulaziz Alzahrani💎 10071 1💎 1008Abdullah S💎 1009Abdullah AL RAGAWY💎 10010صقر المطيري💎 100
سال كازامي”ساكورا ، ما هي نتيجة التقييم؟”
اجابت ساكورا”كل منهم لديه المستوى 500 باعتباره المستوى الموصى به للقتل. لذلك ، سيكون فوزًا سهلاً.”
قال الشخص”إذا كان كذلك…”
الرعد الذي خرج من يد كازامي أحرق على الفور الخنازير الثلاثة في الوسط بعد ذلك ، مرت ري والآخرون على الفور من خلال المسار في الوسط الذي تم إنشاؤه بمهارة كازامي.
كان التقدم في حد ذاته يسير على ما يرام بالفعل ولكن كان هناك شيء واحد يتعلق بري.
سال احدهم”مهلاً منذ البداية ، قتلنا عددًا قليلاً من الوحوش التي ظهرت على طول الطريق هل هذا جيد؟”
أثناء التفكير في هذا ، قامت ري بضبط تنفسها.
لقد كانت خطة جيدة إذا كان هدفهنا هو مجرد اختراق الطابق السفلي من الزنزانة ، ولكن تنظيف طريق الوحوش ، لم يكن ذلك كافيًا لكن كازامي هز رأسه بثقة تامة.
مع هذا ، لا يمكننا انتظار وصول التعزيزات بعد الآن. لأن المرة القادمة التي تفتح فيها البوابة هي عندما يقضي علينا الزعيم .
بعد قليل من الصمت ، واصل كازامي كلامة.
اجاب كازامي”بالطبع. على أي حال ، الأشخاص الذين سيمرون هنا هم فرق من رتبة B بعد كل شيء. إذا كانت يمكننا المرور من خلال هذه الوحوش بسهولة ، فلا ينبغي أن يكونوا خصومًا لهم أيضًا.”
قال الشخص”إذا كان كذلك…”
قال كازمي بسخرية”نعم … كما هو متوقع ، كان انهيار الزنزانة مبالغًا فيه. في الواقع ، لم يكن أمرًا كبيرًا على الإطلاق.”
على الرغم من أنها لم تكن مقتنعة تمامًا ، قررت ري أن تتبع ما قاله كازامي لأنها اعتقدت أنه على حق. وهكذا ، تقدموا بثبات نحو الطابق السفلي أثناء هزيمتهم للزنزانة وأحيانًا أيضًا يتخلصوا من الوحوش التي ظهرت على طول الطريق ولكن …
زاد عدد الوحوش التي تم قتلها مع تقدمهم.
هل يوجد أي شخص لديه نفس الأفكار مثلي؟ لكن عكس التوقعات ، نظرت ري إلى العضو الآخر في الفريق بجانب كازامي.
حتى لو سألت ري نفس السؤال في الطريق ، فقد يتجاهلها كازامي نتيجة لذلك ، بعد ساعة فقط من دخولهم الزنزانة ، وصلوا إلى مدخل غرفة الزعيم.
قالت ري”وصلنا في وقت أبكر بكثير مما توقعت.”
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 28 يوم متبقي 39,400 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Ahmed khirallh🔥 100🥉السيد الشاب🔥 1004med abda🔥 1005ABDULWAHAB ALKHALAF🔥 1006A k🔥 1007Wassim Sun🔥 1008Arhama Alnuaimi🔥 1009lsas xzpo🔥 10010Beyuum🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Abdulaziz Alzahrani💎 10071 1💎 1008Abdullah S💎 1009Abdullah AL RAGAWY💎 10010صقر المطيري💎 100
أثناء التفكير في هذا ، قامت ري بضبط تنفسها.
بعد ذلك ، نحتاج فقط إلى انتظار فريق المرتبة B الذي يتجه نحو هنا_أو هذا ما اعتقدته ري ولكن …
قال احد الفرقة”يا كازامي ، ماذا تقصد بذلك؟ ألن ننتظر التعزيزات؟”
قال كازمي بسخرية”نعم … كما هو متوقع ، كان انهيار الزنزانة مبالغًا فيه. في الواقع ، لم يكن أمرًا كبيرًا على الإطلاق.”
ماذا ينوي لقول شيء كهذا؟
أثناء النظر إلى الوراء في الباب المغلق ببطء ، فكرت ري في داخلها.
في حين أن ري لديها هذا النوع من الشك في ذهنها ، واصل كازامي قول شيء لا يصدق لها ولباقي المجموعة.
قال كازامي”نعم. على الرغم من أننا على مشارف المستوى نحن في فئة المغامرين من رتبة C ، أعتقد أن هذه فرصة رائعة لإعلام الآخرين بقدرتنا إذا تمكنا من هزيمة الزعيم الأخير الذي كان يجب أن يتم التعامل معه عادةً من قبل فريق من الرتبة B”.
قال كازمي في محاولة لاقناع الجميع”الجميع ، هذا مجرد اقتراح ولكن لماذا لا نتحدى الزعيم كما هو؟”
في هذه المرحلة ، أدركت ري أخيرًا. الفرق بينها وبين الناس أمامها.
صرخة ري وبعض الافراد”–اه؟”
بجانب ري ، التي اتسعت عيناها بسبب الاقتراح غير المتوقع ، ايضا ساكورا ، التي كانت المرأة الوحيدة في المجموعة حتى انضمت ري.
قال كازامي”هذا هو الأمر الذي اتخذته كقائد للفريق ، ووافق عليه غالبية الأعضاء ولكن إذا كان لا يزال لديك اعتراض ، فيمكن لري البقاء هنا وانتظارنا هذا إذا كان بإمكانك التغلب على الجميع الوحوش التي تأتي إلى هنا بمفردك بالطبع “.
قال احد الفرقة”يا كازامي ، ماذا تقصد بذلك؟ ألن ننتظر التعزيزات؟”
اجاب كازامي”على الرغم من أنه كان من المفترض أن تكون هذه هي الخطة ، إلا أنني غيرت رأيي. بالطبع ، إذا كانت الوحوش في زنزانة حيث حدث انهيار الزنزانة قوية حقًا كما قالوا ، كنت أخطط للقيام بذلك. ولكن ، لم يكن الأمر” كما توقعت على الإطلاق إذا كنا نحن ، فيجب علينا أن نكون قادرين بسهولة على هزيمة الزعيم الأخير ”
اجاب كازامي”على الرغم من أنه كان من المفترض أن تكون هذه هي الخطة ، إلا أنني غيرت رأيي. بالطبع ، إذا كانت الوحوش في زنزانة حيث حدث انهيار الزنزانة قوية حقًا كما قالوا ، كنت أخطط للقيام بذلك. ولكن ، لم يكن الأمر” كما توقعت على الإطلاق إذا كنا نحن ، فيجب علينا أن نكون قادرين بسهولة على هزيمة الزعيم الأخير ”
بعد قليل من الصمت ، واصل كازامي كلامة.
قال كازمي بسخرية”نعم … كما هو متوقع ، كان انهيار الزنزانة مبالغًا فيه. في الواقع ، لم يكن أمرًا كبيرًا على الإطلاق.”
واكمل”علاوة على ذلك ، ألا تعتقدون أن الوقت قد حان لتحقيق إنجاز؟”
ردت ري وكرساكي بغضب”إنجاز!!؟”
ردت ري وكرساكي بغضب”إنجاز!!؟”
قال كازامي”نعم. على الرغم من أننا على مشارف المستوى نحن في فئة المغامرين من رتبة C ، أعتقد أن هذه فرصة رائعة لإعلام الآخرين بقدرتنا إذا تمكنا من هزيمة الزعيم الأخير الذي كان يجب أن يتم التعامل معه عادةً من قبل فريق من الرتبة B”.
صرخة ري وبعض الافراد”–اه؟”
لم تستطع ري فهم ما قاله كازامي للتو لأنها اعتقدت أن إيقاف انهيار الزنزانة كان أهم شيء في الوقت الحالي. ومع ذلك ، قال كازامي إن إنجازهم كان أهم من ذلك.
ثم دخل كازامي وساكورا ويويا وكوسوكي إلى غرفة الزعيم بهذا الترتيب على التوالي ، وأخيراً استعدت ري ودخلت غرفة الزعيم وفي اللحظة التي كان فيها الجميع بالداخل ، أغلقت البوابة ببطء.
هل يوجد أي شخص لديه نفس الأفكار مثلي؟ لكن عكس التوقعات ، نظرت ري إلى العضو الآخر في الفريق بجانب كازامي.
ومع ذلك ، يبدو أن توقعات ري قد خانتها إجابة أعضاء الحزب الآخرين.
واكمل كازامي”هذا بالتأكيد كما قال شين الانطباع الوحيد الذي يتخذه الناس منا هو أن جميع أعضاء فريقنا لديهم مهارة فريدة ، أليس كذلك؟ دعونا نحقق إنجازًا هنا وننشر تفوقنا أكثر.”
اكمل كازمي فس محاولة اقناعهم”أليس هذا جيدًا؟ إلى جانب ذلك ، كان الزعيم هو من الأورك الأعلى فقط ، أليس كذلك؟ بغض النظر عن مدى قوة هجومه ، سأجعله غير فعال مع مهارة [سجن قوي] الخاصة بي”.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 28 يوم متبقي 39,400 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Ahmed khirallh🔥 100🥉السيد الشاب🔥 1004med abda🔥 1005ABDULWAHAB ALKHALAF🔥 1006A k🔥 1007Wassim Sun🔥 1008Arhama Alnuaimi🔥 1009lsas xzpo🔥 10010Beyuum🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Abdulaziz Alzahrani💎 10071 1💎 1008Abdullah S💎 1009Abdullah AL RAGAWY💎 10010صقر المطيري💎 100
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 28 يوم متبقي 39,400 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Ahmed khirallh🔥 100🥉السيد الشاب🔥 1004med abda🔥 1005ABDULWAHAB ALKHALAF🔥 1006A k🔥 1007Wassim Sun🔥 1008Arhama Alnuaimi🔥 1009lsas xzpo🔥 10010Beyuum🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Abdulaziz Alzahrani💎 10071 1💎 1008Abdullah S💎 1009Abdullah AL RAGAWY💎 10010صقر المطيري💎 100
وافق الاعضاء تحت اقناع كازامي”حسنًا ، دعنا نذهب!”
بدا أن ساكورا ويويا وكوسوكي يتفقون مع اقتراح كازامي بهذا المعدل ، سننتهي بتحدي الزعيم الأخير بخمسة أشخاص فقط وهكذا ، حاولت ري على عجل إيقاف الأربعة.
قال كازمي في محاولة لاقناع الجميع”الجميع ، هذا مجرد اقتراح ولكن لماذا لا نتحدى الزعيم كما هو؟”
سالت ري”انتظروا هل نحن حقا ذاهبون؟”
قال كازامي ببتسامة”فهمت! أنا سعيد لأنك تفهمين ذلك!”
قال كازامي”أليس هذا طبيعيًا؟ قد تكون ري قلقة لأن مستواها كان منخفضًا ، لكن يمكنك أن تطمئني سنهزم الزعيم من قبلك ، لذا يمكنك فقط الوقوف خلفنا”
ثم دخل كازامي وساكورا ويويا وكوسوكي إلى غرفة الزعيم بهذا الترتيب على التوالي ، وأخيراً استعدت ري ودخلت غرفة الزعيم وفي اللحظة التي كان فيها الجميع بالداخل ، أغلقت البوابة ببطء.
سال كازامي”ساكورا ، ما هي نتيجة التقييم؟”
قالت يوي”لكن هذا ليس ما وعدت به مع المشرفة …”
قال كازامي”هذه مشكلة تافهة طالما أننا هزمنا الزعيم بأي حال ، كيف لا يمكنك أن تفهمي؟ يمكنك الحصول على الشرف ومكافأة هزيمة الزنزانة بالوقوف فقط ، كما تعلمين؟ أليس هذا سببًا لكي تكوني سعيدة؟ لا أفهم حقًا سبب وجود أي اعتراضات على اقتراحاتي .
في هذه المرحلة ، أدركت ري أخيرًا. الفرق بينها وبين الناس أمامها.
مع هذا ، لا يمكننا انتظار وصول التعزيزات بعد الآن. لأن المرة القادمة التي تفتح فيها البوابة هي عندما يقضي علينا الزعيم .
قامت ري بإيقاف انهيار الزنزانة ومنع المزيد من الضرر من الانتشار خارج الزنزانة كأولوية قصوى.
اجاب كازامي”بالطبع. على أي حال ، الأشخاص الذين سيمرون هنا هم فرق من رتبة B بعد كل شيء. إذا كانت يمكننا المرور من خلال هذه الوحوش بسهولة ، فلا ينبغي أن يكونوا خصومًا لهم أيضًا.”
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 28 يوم متبقي 39,400 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Ahmed khirallh🔥 100🥉السيد الشاب🔥 1004med abda🔥 1005ABDULWAHAB ALKHALAF🔥 1006A k🔥 1007Wassim Sun🔥 1008Arhama Alnuaimi🔥 1009lsas xzpo🔥 10010Beyuum🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Abdulaziz Alzahrani💎 10071 1💎 1008Abdullah S💎 1009Abdullah AL RAGAWY💎 10010صقر المطيري💎 100
ومع ذلك ، اعتبر كازامي وزملاؤه هذا الموقف فقط كمكان مناسب لرفع هيبتهم مع إنقاذ الأرواح وتقليل الضرر الناجم عن انهيار الزنزانة مجرد أهداف ثانوية بالنسبة لهم.
بعد قليل من الصمت ، واصل كازامي كلامة.
قال كازمي في محاولة لاقناع الجميع”الجميع ، هذا مجرد اقتراح ولكن لماذا لا نتحدى الزعيم كما هو؟”
قال كازامي”هذا هو الأمر الذي اتخذته كقائد للفريق ، ووافق عليه غالبية الأعضاء ولكن إذا كان لا يزال لديك اعتراض ، فيمكن لري البقاء هنا وانتظارنا هذا إذا كان بإمكانك التغلب على الجميع الوحوش التي تأتي إلى هنا بمفردك بالطبع “.
قال كازامي”هذه مشكلة تافهة طالما أننا هزمنا الزعيم بأي حال ، كيف لا يمكنك أن تفهمي؟ يمكنك الحصول على الشرف ومكافأة هزيمة الزنزانة بالوقوف فقط ، كما تعلمين؟ أليس هذا سببًا لكي تكوني سعيدة؟ لا أفهم حقًا سبب وجود أي اعتراضات على اقتراحاتي .
لهذا السبب يمكنه بسهولة أن يفرض أسلوبة حتى على أعضاء حزبه.
أغلقت ري عينيها للتفكير.
سالت ري”انتظروا هل نحن حقا ذاهبون؟”
كلما تعمقوا في الزنزانة ، فإن الوحوش التي ظهرت ستكون أكثر قوة. حتى لو تمكنت من هزيمة واحد أو اثنين منهم ، فسيكون من الخطر على ري إذا تعرضت لهجوم من قبل خمسة وحوش ذات مستوى منخفض في نفس الوقت إنها لا تعرف حتى ما إذا كان يمكنها تحمل ذلك حتى يأتي التعزيز.
أثناء التفكير في هذا ، قامت ري بضبط تنفسها.
بعد ذلك ، نحتاج فقط إلى انتظار فريق المرتبة B الذي يتجه نحو هنا_أو هذا ما اعتقدته ري ولكن …
في النهاية ، لم يكن أمام ري من خيار سوى اتباع كازامي وزملائه.
قال كازمي بسخرية”نعم … كما هو متوقع ، كان انهيار الزنزانة مبالغًا فيه. في الواقع ، لم يكن أمرًا كبيرًا على الإطلاق.”
سال كازامي”ساكورا ، ما هي نتيجة التقييم؟”
قال ري”فهمت … سأذهب أيضًا.”
قال كازمي في محاولة لاقناع الجميع”الجميع ، هذا مجرد اقتراح ولكن لماذا لا نتحدى الزعيم كما هو؟”
وافق الاعضاء تحت اقناع كازامي”حسنًا ، دعنا نذهب!”
قال كازامي ببتسامة”فهمت! أنا سعيد لأنك تفهمين ذلك!”
واكمل”علاوة على ذلك ، ألا تعتقدون أن الوقت قد حان لتحقيق إنجاز؟”
أظهر كازمي ابتسامة مزيفة وفتح على الفور بوابة غرفة الزعيم.
ثم دخل كازامي وساكورا ويويا وكوسوكي إلى غرفة الزعيم بهذا الترتيب على التوالي ، وأخيراً استعدت ري ودخلت غرفة الزعيم وفي اللحظة التي كان فيها الجميع بالداخل ، أغلقت البوابة ببطء.
واكمل كازامي”هذا بالتأكيد كما قال شين الانطباع الوحيد الذي يتخذه الناس منا هو أن جميع أعضاء فريقنا لديهم مهارة فريدة ، أليس كذلك؟ دعونا نحقق إنجازًا هنا وننشر تفوقنا أكثر.”
في هذه المرحلة ، أدركت ري أخيرًا. الفرق بينها وبين الناس أمامها.
أثناء النظر إلى الوراء في الباب المغلق ببطء ، فكرت ري في داخلها.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي أغسطس 2026 ⏳ 28 يوم متبقي 39,400 شعلة الهدف: 66,666 59.1% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000🥈Ahmed khirallh🔥 100🥉السيد الشاب🔥 1004med abda🔥 1005ABDULWAHAB ALKHALAF🔥 1006A k🔥 1007Wassim Sun🔥 1008Arhama Alnuaimi🔥 1009lsas xzpo🔥 10010Beyuum🔥 100 🥇M. K💎 22,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Abdulaziz Alzahrani💎 10071 1💎 1008Abdullah S💎 1009Abdullah AL RAGAWY💎 10010صقر المطيري💎 100
لقد كانت خطة جيدة إذا كان هدفهنا هو مجرد اختراق الطابق السفلي من الزنزانة ، ولكن تنظيف طريق الوحوش ، لم يكن ذلك كافيًا لكن كازامي هز رأسه بثقة تامة.
مع هذا ، لا يمكننا انتظار وصول التعزيزات بعد الآن. لأن المرة القادمة التي تفتح فيها البوابة هي عندما يقضي علينا الزعيم .
قال كازامي”نعم. على الرغم من أننا على مشارف المستوى نحن في فئة المغامرين من رتبة C ، أعتقد أن هذه فرصة رائعة لإعلام الآخرين بقدرتنا إذا تمكنا من هزيمة الزعيم الأخير الذي كان يجب أن يتم التعامل معه عادةً من قبل فريق من الرتبة B”.
م..(العنوان «مواجهة الزعيم»)
مع هذا ، لا يمكننا انتظار وصول التعزيزات بعد الآن. لأن المرة القادمة التي تفتح فيها البوابة هي عندما يقضي علينا الزعيم .
