مجلس أتلس
منظمة “أتلس” أكثر المنظمات غموضًا بعد “المدن المظلمة”.
“بعد ذلك، لقد سمحنا لكما بالقيام بما تشاءان لمدة شهرين بسبب إنجازاتكما، وهذا قدر التعاطف الذي يمكننا إبداؤه.” تحدث المستشار الثاني، وكان صوته مشابهًا للآخرين.
لكن على عكس “المدن المظلمة”، “أتلس” معروفة فقط لكبار المسؤولين في الهيمنة الثلاث، والجمهور العام لا يعرف سوى هاكرز النجوم وأنه يجب عليهم أبدًا أن لا ينتسبوا إليهم.
.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 ⏳ 8 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005الخال!💎 100
هيكل تصنيف “أتلس” واضح تمامًا ومبنيًا فقط على الإنجازات. ويُطلق على رئيس المنظمة لقب “لورد النجوم”، والخليفة للورد النجوم هو رتبة “نائب لورد النجوم”.
“حوالي 50%، وحتى إذا فشلت، لن نخسر شيئًا.” أفاد لورد النجوم، “ولكن إذا نجحنا في تنفيذها، لا أريد سوى الفرصة لاستخدام ممر الواقع المعزز-S، أعتقد أن هذا النوع من الإنجاز كاف لاستخدام واحد، صحيح؟”
وتحت هذين الرتبتين الأعلى هناك “أرقام النجوم”، بدءًا من النجم 1، وتستمر كلما انضم المزيد من الأعضاء، وكلما كان الرقم النجمي أقل، كانت إنجازات العضو أكبر، وهناك نظام فريد لا يمكن خداعه.
“همف، هل تسمعون أنفسكم؟ يمكن استخدام ذلك الشيء ثلاث مرات فقط، وتريدون إهداره لحل مشاكلكما الشخصية؟ أعلم أنكما غاضبان، ولكن لا تتركا الغضب يعميكما،نحن نحميكما من تخريب أنفسكما. ليس كما لو لا يمكنكما إنجاب المزيد من الأطفال!” شخر المستشار الخامس، وعلى الرغم من صوته الآلي العاطفي، لم تخف خيبة الأمل في صوته.
إذا قام شخص ما بإنجاز يليق بموقع النجم 1 أو حتى لورد النجوم، لا يمكن لأحد أن ينزع ذلك الشخص من مركزه الحقيقي، وعلى الجميع الطاعة.
لكن على عكس “المدن المظلمة”، “أتلس” معروفة فقط لكبار المسؤولين في الهيمنة الثلاث، والجمهور العام لا يعرف سوى هاكرز النجوم وأنه يجب عليهم أبدًا أن لا ينتسبوا إليهم.
أما عن كيفية عمل النظام، فإنه لا يزال لغزًا حتى لا يعلمه لورد النجوم نفسه، والقسم الخاص بالأعضاء تم اختياره أيضًا بطريقة غامضة، لا يمكن لأحد توظيف أي شخص، ويتم اختيار الأعضاء بطريقة فريدة من “أتلس”.
تحدث المستشار الأول أخيرًا: “هل أنت متأكد أنك لا تريد الانتقال إلى السهول العليا؟ دائمًا ما أردت ذلك إذا كنت أتذكر بشكل صحيح. إذا فاتتك هذه الفرصة، سيكون عمرك قد انتهى قبل أن تتمكن من تنفيذ شيء كهذا مرة أخرى.”
لذلك لا أحد لديه أي سيطرة أو احتكار على هذا النظام الانتقائي لأن لا أحد يعرف متى أو كيف سيتم اختيار عضو ليكون جزءًا من “أتلس”.
لكن على عكس “المدن المظلمة”، “أتلس” معروفة فقط لكبار المسؤولين في الهيمنة الثلاث، والجمهور العام لا يعرف سوى هاكرز النجوم وأنه يجب عليهم أبدًا أن لا ينتسبوا إليهم.
وثم هناك مجلس “أتلس” المكون من خمسة مستشارين، ولورد النجوم ونائب لورد النجوم على دراية بوجودهم، ومع ذلك، لا يعرفون هوياتهم وأي حركة مهمة متعلقة بالمنظمة يجب أن تُعتمد من قبل مجلس “أتلس”.
لم تستطع نائب لورد النجوم كبح غضبها وردت: “لا تجعلوني أضحك! لقد أوقفتم بحثنا قبل أن نتمكن حتى من التأكد ما إذا كان أطفالنا أحياء أم موتى أو من قتلهم، إذا سمحتم لنا باستخدام ممر الواقع المعزز-S، لكنا بسهولة اكتشفنا معرف النجم للقاتل، ولكنكم منعتمونا!”
دور مجلس “أتلس” هو التأكد من أن لورد النجوم لن يستخدم سلطته لتعريض المنظمة للخطر، وطالما لديهم الدليل، فيمكنهم بسهولة نزع لقب لورد النجوم منه.
وتعرف نائب لورد النجوم أيضًا ذلك لأنها أكثر بصيرة من لورد النجوم، ولكن بصفتها أم مدللة، فقدت عقلانيتها للحظة وكبحت مشاعرها الغاضبة.
اليوم، في القاعدة المخفية لـ”أتلس”، وبالأقنعة، لورد النجوم ونائبه واقفين أمام خمس شاشات كبيرة، تعرض خمس ظلال داكنة، كانوا أعضاء مجلس “أتلس”!
فجأة أصبحت الأجواء سوداوية، وتحدث المستشار الأول: “هذه خطة ممتازة حقًا، ولكن كم أنت واثق من أنك ستتمكن من تنفيذها؟”
“لورد النجوم ونائب لورد النجوم، نحن نُعزّيكما بشأن أطفالكما!” أطلق صوت آلي من الشاشة الوسطى، لم يُعرف جنس هذا الشخص، ولكنه كان المستشار الأول!
لم تستطع نائب لورد النجوم كبح غضبها وردت: “لا تجعلوني أضحك! لقد أوقفتم بحثنا قبل أن نتمكن حتى من التأكد ما إذا كان أطفالنا أحياء أم موتى أو من قتلهم، إذا سمحتم لنا باستخدام ممر الواقع المعزز-S، لكنا بسهولة اكتشفنا معرف النجم للقاتل، ولكنكم منعتمونا!”
عينا لورد النجوم تغلي بنية القتل وراء قناعه وهو يرد: “لا أحتاج إلى تعاطفكم! إذا كنتم فعلاً متعاطفين، لما أوقفتم بحثنا عنهم!”
تحدث المستشار الثاني: “آه… أنتما حقًا مصممان هذه المرة، ولكن من المؤسف السماح لشخص مثلك بالموت، فالمنظمة تحتاجكما حسنًا، إذا تمكنتما من تنفيذ أي منهما، يمكنكما استخدام ممر الواقع المعزز-S، وسنمنحكما أيضًا تذكرتَين للسهول العليا!”
“لقد منحناكم شهرين، وأعتقد أنه كان كافياً لإدراك الوضع، وأي شيء آخر كان سيعرضنا للخطر، لذا ينبغي عليكم أن تفهموا معاناتنا أكثر من أي شخص آخر، لا مكان للمشاعر الشخصية في منظمتنا، لقد أخبرناكم بذلك منذ فترة طويلة.” رنّ صوت آلي آخر من المستشار الثالث.
“همف، هل تسمعون أنفسكم؟ يمكن استخدام ذلك الشيء ثلاث مرات فقط، وتريدون إهداره لحل مشاكلكما الشخصية؟ أعلم أنكما غاضبان، ولكن لا تتركا الغضب يعميكما،نحن نحميكما من تخريب أنفسكما. ليس كما لو لا يمكنكما إنجاب المزيد من الأطفال!” شخر المستشار الخامس، وعلى الرغم من صوته الآلي العاطفي، لم تخف خيبة الأمل في صوته.
“بعد ذلك، لقد سمحنا لكما بالقيام بما تشاءان لمدة شهرين بسبب إنجازاتكما، وهذا قدر التعاطف الذي يمكننا إبداؤه.” تحدث المستشار الثاني، وكان صوته مشابهًا للآخرين.
“حوالي 50%، وحتى إذا فشلت، لن نخسر شيئًا.” أفاد لورد النجوم، “ولكن إذا نجحنا في تنفيذها، لا أريد سوى الفرصة لاستخدام ممر الواقع المعزز-S، أعتقد أن هذا النوع من الإنجاز كاف لاستخدام واحد، صحيح؟”
لم تستطع نائب لورد النجوم كبح غضبها وردت: “لا تجعلوني أضحك! لقد أوقفتم بحثنا قبل أن نتمكن حتى من التأكد ما إذا كان أطفالنا أحياء أم موتى أو من قتلهم، إذا سمحتم لنا باستخدام ممر الواقع المعزز-S، لكنا بسهولة اكتشفنا معرف النجم للقاتل، ولكنكم منعتمونا!”
وتحت هذين الرتبتين الأعلى هناك “أرقام النجوم”، بدءًا من النجم 1، وتستمر كلما انضم المزيد من الأعضاء، وكلما كان الرقم النجمي أقل، كانت إنجازات العضو أكبر، وهناك نظام فريد لا يمكن خداعه.
“همف، هل تسمعون أنفسكم؟ يمكن استخدام ذلك الشيء ثلاث مرات فقط، وتريدون إهداره لحل مشاكلكما الشخصية؟ أعلم أنكما غاضبان، ولكن لا تتركا الغضب يعميكما،نحن نحميكما من تخريب أنفسكما. ليس كما لو لا يمكنكما إنجاب المزيد من الأطفال!” شخر المستشار الخامس، وعلى الرغم من صوته الآلي العاطفي، لم تخف خيبة الأمل في صوته.
لذلك لا أحد لديه أي سيطرة أو احتكار على هذا النظام الانتقائي لأن لا أحد يعرف متى أو كيف سيتم اختيار عضو ليكون جزءًا من “أتلس”.
“أنت…”
إذا قام شخص ما بإنجاز يليق بموقع النجم 1 أو حتى لورد النجوم، لا يمكن لأحد أن ينزع ذلك الشخص من مركزه الحقيقي، وعلى الجميع الطاعة.
“كفى!”
قبل أن تكمل نائب لورد النجوم جملتها، ضغط لورد النجوم بقوة على كتفها وأوقفها، على الرغم من أنه أراد أن يمزق فم المستشار الخامس، إلا أنه كان يعلم أفضل.
قبل أن تكمل نائب لورد النجوم جملتها، ضغط لورد النجوم بقوة على كتفها وأوقفها، على الرغم من أنه أراد أن يمزق فم المستشار الخامس، إلا أنه كان يعلم أفضل.
“كفى!”
لقد فقدا أطفالهما بالفعل، ولكن لا يمكنهما فقدان موقعهما في غضبهما لأنه طالما كان لديهما مناصبهما، لديهما على الأقل فرصة للحصول على العدالة.
لم يرد المستشارون على الفور، وانتظر لورد النجوم ونائب لورد النجوم بصبر، كانا يستهدفان هذا بالضبط، لأنه آخر أملهما، ولم يعودا يهتمون بأي شيء آخر سوى الانتقام لأطفالهما.
وتعرف نائب لورد النجوم أيضًا ذلك لأنها أكثر بصيرة من لورد النجوم، ولكن بصفتها أم مدللة، فقدت عقلانيتها للحظة وكبحت مشاعرها الغاضبة.
عينا لورد النجوم تغلي بنية القتل وراء قناعه وهو يرد: “لا أحتاج إلى تعاطفكم! إذا كنتم فعلاً متعاطفين، لما أوقفتم بحثنا عنهم!”
“دعونا لا نناقش أطفالي بعد الآن، من الأفضل لنا جميعًا.” قال لورد النجوم بنبرة باردة وهو يكبح غضبه، “أريد رأيكم في خطة إبادة خادم النجم الفارغ، يجب أن تكونوا قد تلقيتم المستندات التي أرسلتها لكم جميعًا.”
إذا قام شخص ما بإنجاز يليق بموقع النجم 1 أو حتى لورد النجوم، لا يمكن لأحد أن ينزع ذلك الشخص من مركزه الحقيقي، وعلى الجميع الطاعة.
فجأة أصبحت الأجواء سوداوية، وتحدث المستشار الأول: “هذه خطة ممتازة حقًا، ولكن كم أنت واثق من أنك ستتمكن من تنفيذها؟”
أما عن كيفية عمل النظام، فإنه لا يزال لغزًا حتى لا يعلمه لورد النجوم نفسه، والقسم الخاص بالأعضاء تم اختياره أيضًا بطريقة غامضة، لا يمكن لأحد توظيف أي شخص، ويتم اختيار الأعضاء بطريقة فريدة من “أتلس”.
“حوالي 50%، وحتى إذا فشلت، لن نخسر شيئًا.” أفاد لورد النجوم، “ولكن إذا نجحنا في تنفيذها، لا أريد سوى الفرصة لاستخدام ممر الواقع المعزز-S، أعتقد أن هذا النوع من الإنجاز كاف لاستخدام واحد، صحيح؟”
“كوالدَين، من واجبنا حماية أطفالنا، ولكن بما أننا أخفقنا في واجبنا، فإننا نريد على الأقل الانتقام لهم كوالدَين، وعلاوة على ذلك، حتى لو فشلت هذه المهمة، أخطط للتقدم إلى موقع بطل سهل المحاكمة الوحيد، وهذا من المفترض أن يكون كافٍ للمكافأة نفسها.”
لم يرد المستشارون على الفور، وانتظر لورد النجوم ونائب لورد النجوم بصبر، كانا يستهدفان هذا بالضبط، لأنه آخر أملهما، ولم يعودا يهتمون بأي شيء آخر سوى الانتقام لأطفالهما.
رد لورد النجوم بلا تردد بنبرة باردة: “لقد أردنا بالفعل الذهاب إلى السهول العليا، ولكن كنا نفعل ذلك من أجل أطفالنا، الآن وهم لم يعودوا هنا، ما الفائدة من الذهاب إلى السهول العليا؟”
تحدث المستشار الأول أخيرًا: “هل أنت متأكد أنك لا تريد الانتقال إلى السهول العليا؟ دائمًا ما أردت ذلك إذا كنت أتذكر بشكل صحيح. إذا فاتتك هذه الفرصة، سيكون عمرك قد انتهى قبل أن تتمكن من تنفيذ شيء كهذا مرة أخرى.”
.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 ⏳ 8 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005الخال!💎 100
رد لورد النجوم بلا تردد بنبرة باردة: “لقد أردنا بالفعل الذهاب إلى السهول العليا، ولكن كنا نفعل ذلك من أجل أطفالنا، الآن وهم لم يعودوا هنا، ما الفائدة من الذهاب إلى السهول العليا؟”
أما عن كيفية عمل النظام، فإنه لا يزال لغزًا حتى لا يعلمه لورد النجوم نفسه، والقسم الخاص بالأعضاء تم اختياره أيضًا بطريقة غامضة، لا يمكن لأحد توظيف أي شخص، ويتم اختيار الأعضاء بطريقة فريدة من “أتلس”.
“كوالدَين، من واجبنا حماية أطفالنا، ولكن بما أننا أخفقنا في واجبنا، فإننا نريد على الأقل الانتقام لهم كوالدَين، وعلاوة على ذلك، حتى لو فشلت هذه المهمة، أخطط للتقدم إلى موقع بطل سهل المحاكمة الوحيد، وهذا من المفترض أن يكون كافٍ للمكافأة نفسها.”
“همف، هل تسمعون أنفسكم؟ يمكن استخدام ذلك الشيء ثلاث مرات فقط، وتريدون إهداره لحل مشاكلكما الشخصية؟ أعلم أنكما غاضبان، ولكن لا تتركا الغضب يعميكما،نحن نحميكما من تخريب أنفسكما. ليس كما لو لا يمكنكما إنجاب المزيد من الأطفال!” شخر المستشار الخامس، وعلى الرغم من صوته الآلي العاطفي، لم تخف خيبة الأمل في صوته.
تحدث المستشار الثاني: “آه… أنتما حقًا مصممان هذه المرة، ولكن من المؤسف السماح لشخص مثلك بالموت، فالمنظمة تحتاجكما حسنًا، إذا تمكنتما من تنفيذ أي منهما، يمكنكما استخدام ممر الواقع المعزز-S، وسنمنحكما أيضًا تذكرتَين للسهول العليا!”
“دعونا لا نناقش أطفالي بعد الآن، من الأفضل لنا جميعًا.” قال لورد النجوم بنبرة باردة وهو يكبح غضبه، “أريد رأيكم في خطة إبادة خادم النجم الفارغ، يجب أن تكونوا قد تلقيتم المستندات التي أرسلتها لكم جميعًا.”
♤♤♤
.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 ⏳ 8 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005الخال!💎 100
تحدث المستشار الأول أخيرًا: “هل أنت متأكد أنك لا تريد الانتقال إلى السهول العليا؟ دائمًا ما أردت ذلك إذا كنت أتذكر بشكل صحيح. إذا فاتتك هذه الفرصة، سيكون عمرك قد انتهى قبل أن تتمكن من تنفيذ شيء كهذا مرة أخرى.”
