<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>دليل WarEra - خطة التطوير</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&family=Cinzel:wght@400;600;700&family=Amiri:wght@400;700&display=swap');
:root {
--gold: #c9a84c;
--go #c9a84c: #f0d08 #f0d080ld-dark #f0d0804;
--red: #8b1a1a;
- #8b6914g #8b1a1a222;
- #8b1a1a: #0a070 #cc2222-panel: #cc2222;
-- #0a0705 #1a151 #0a0705rder: #3a2e1a;
--tex #12100d9a;
#1a151dim: #8a #1a1510-gl #3a2e1a(201, 16 #3a2e1a.3);
}
* { ma #d4c49a padd #8a 0; box-sizi #8a7a5aer-box; }
body {
background: var(--bg-dark);
font-family: 'Amiri', serif;
color: var(--text);
min-height: 100vh;
position: relative;
overflow-x: hidden;
}
/* Background texture */
body::before {
content: '';
position: fixed;
inset: 0;
background:
radial-gradient(ellipse at 20% 20%, rgba(139,26,26,0.12) 0%, transparent 60%),
radial-gradient(ellipse at 80% 80%, rgba(201,168,76,0.06) 0%, transparent 60%),
repeating-linear-gradient(
0deg, transparent, transparent 2px,
rgba(255,255,255,0.01) 2px, rgba(255,255,255,0.01) 4px
);
pointer-events: none;
z-index: 0;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
position: relative;
z-index: 1;
}
/* HEADER */
.header {
text-align: center;
margin-bottom: 50px;
position: relative;
}
.header-badge {
display: inline-block;
background: linear-gradient(135deg, var(--red) 0%, #5a0e0e 100%);
border: 2px solid var(--gold-dark) #5a0e0er-radius: 4px;
padding: 6px 20px #5a0e0efamily: 'Cinzel', serif;
font-size: 11px;
letter-spacing: 4px;
color: var(--gold);
margin-bottom: 16px;
text-transform: uppercase;
}
.header h1 {
font-family: 'Cinzel Decorative', serif;
font-size: clamp(22px, 5vw, 38px);
color: var(--gold-light);
text-shadow: 0 0 30px rgba(201,168,76,0.5), 0 2px 4px rgba(0,0,0,0.8);
line-height: 1.2;
margin-bottom: 8px;
letter-spacing: 2px;
}
.header-divider {
display: flex;
align-items: center;
gap: 16px;
justify-content: center;
margin: 20px 0;
}
.header-divider::before, .header-divider::after {
content: '';
flex: 1;
max-width: 200px;
height: 1px;
background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
}
.sword-icon {
color: var(--gold);
font-size: 18px;
}
.header-subtitle {
font-size: 16px;
color: var(--text-dim);
font-style: italic;
letter-spacing: 1px;
}
/* TIP CARD */
.tip-card {
background: linear-gradient(135deg, rgba(139,26,26,0.15) 0%, rgba(26,21,16,0.95) 100%);
border: 1px solid var(--gold-dark);
border-right: 4px solid var(--red-bright);
border-radius: 6px;
padding: 18px 24px;
margin-bottom: 40px;
position: relative;
overflow: hidden;
}
.tip-card::before {
content: '⚔';
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
font-size: 28px;
opacity: 0.15;
}
.tip-card p {
font-size: 15px;
line-height: 1.9;
text-align: center;
}
/* PHASE CARD */
.phase {
margin-bottom: 32px;
position: relative;
animation: fadeUp 0.6s ease both;
}
.phase:nth-child(1) { animation-delay: 0.1s; }
.phase:nth-child(2) { animation-delay: 0.2s; }
.phase:nth-child(3) { animation-delay: 0.3s; }
@keyframes fadeUp {
from { opacity: 0; transform: transla@keyframes }
to { opacity: 1; transform:@keyframesY(0); }
}
.phase-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 0;
position: relative;
z-index: 1;
}
.phase-number {
width: 56px;
height: 56px;
flex-shrink: 0;
background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
border: 2px solid var(--gold-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Cinzel Decorative', serif;
font-size: 20px;
color: var(--bg-dark);
font-weight: 900;
box-shadow: 0 0 20px rgba(201,168,76,0.4), inset 0 1px 0 rgba(255,255,255,0.2);
position: relative;
}
.phase-number::after {
content: '';
position: absolute;
inset: -6px;
border-radius: 50%;
border: 1px solid rgba(201,168,76,0.2);
}
.phase-title-block {
flex: 1;
background: linear-gradient(90deg, rgba(201,168,76,0.1) 0%, transparent 100%);
border-right: 3px solid var(--gold);
border-top: 1px solid rgba(201,168,76,0.3);
border-bottom: 1px solid rgba(201,168,76,0.3);
padding: 10px 16px;
border-radius: 0 4px 4px 0;
}
.phase-label {
font-family: 'Cinzel', serif;
font-size: 10px;
letter-spacing: 3px;
color: var(--gold-dark);
text-transform: uppercase;
margin-bottom: 2px;
}
.phase-title {
font-family: 'Cinzel', serif;
font-size: 18px;
font-weight: 700;
color: var(--gold-light);
text-shadow: 0 0 15px rgba(201,168,76,0.3);
}
.phase-body {
background: var(--bg-card);
border: 1px solid var(--border);
border-top: none;
border-radius: 0 0 8px 8px;
margin-top: 0;
padding: 20px 24px 20px 32px;
position: relative;
overflow: hidden;
}
.phase-body::before {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 3px;
background: linear-gradient(180deg, var(--gold-dark), transparent);
}
.task-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
}
.task-list li {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 15px;
line-height: 1.7;
color: var(--text);
}
.task-list li::before {
content: '◆';
color: var(--gold);
font-size: 9px;
margin-top: 6px;
flex-shrink: 0;
}
.highlight {
color: var(--gold-light);
font-weight: 700;
}
.sub-list {
margin-top: 8px;
padding-right: 16px;
display: flex;
flex-direction: column;
gap: 6px;
}
.sub-list li::before {
content: '▸';
color: var(--red-bright);
font-size: 11px;
margin-top: 4px;
}
/* PROGRESS CHART */
.progress-section {
margin: 12px 0 0;
padding-top: 12px;
border-top: 1px solid rgba(201,168,76,0.15);
}
.progress-label {
font-size: 12px;
color: var(--text-dim);
margin-bottom: 6px;
font-family: 'Cinzel', serif;
letter-spacing: 1px;
}
.progress-row {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 6px;
}
.progress-name {
font-size: 13px;
color: var(--text-dim);
min-width: 80px;
text-align: right;
}
.progress-bar {
flex: 1;
height: 6px;
background: rgba(255,255,255,0.05);
border-radius: 3px;
overflow: hidden;
border: 1px solid rgba(201,168,76,0.1);
}
.progress-fill {
height: 100%;
border-radius: 3px;
background: linear-gradient(90deg, var(--gold-dark), var(--gold));
position: relative;
}
.progress-fill.red {
background: linear-gradient(90deg, #5a0e0e, var(--red-bright));
}
/* TIMELINE CONNECTOR */
.conn #5a0e0e
display: flex;
justify-content: #5a0e0e
align-items: center;
height: 32px;
position: relative;
}
.connector::before {
content: '';
position: absolute;
top: 0; bottom: 0;
left: 50%;
width: 2px;
background: linear-gradient(180deg, var(--gold-dark), transparent);
transform: translateX(-50%);
}
.connector-icon {
background: var(--bg-dark);
color: var(--gold-dark);
font-size: 14px;
padding: 2px 8px;
position: relative;
z-index: 1;
}
/* FINAL CTA */
.cta-box {
background: linear-gradient(135deg, rgba(139,26,26,0.2) 0%, rgba(201,168,76,0.05) 100%);
border: 1px solid var(--gold-dark);
border-top: 3px solid var(--gold);
border-radius: 8px;
padding: 28px 24px;
text-align: center;
margin-top: 40px;
position: relative;
overflow: hidden;
}
.cta-box::before {
content: '';
position: absolute;
inset: 0;
background: repeating-linear-gradient(
45deg,
transparent, transparent 8px,
rgba(201,168,76,0.02) 8px, rgba(201,168,76,0.02) 9px
);
}
.cta-question {
font-family: 'Cinzel', serif;
font-size: 16px;
color: var(--gold-light);
margin-bottom: 8px;
position: relative;
}
.cta-sub {
font-size: 14px;
color: var(--text-dim);
position: relative;
}
/* FOOTER */
.footer {
text-align: center;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid var(--border);
color: var(--text-dim);
font-size: 12px;
font-family: 'Cinzel', serif;
letter-spacing: 2px;
}
.badge-row {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 40px;
}
.badge {
background: rgba(201,168,76,0.08);
border: 1px solid var(--gold-dark);
border-radius: 4px;
padding: 8px 16px;
font-family: 'Cinzel', serif;
font-size: 11px;
color: var(--gold);
letter-spacing: 2px;
display: flex;
align-items: center;
gap: 8px;
}
</style>
</head>
<body>
<div class="container">
<!-- HEADER -->
<div class="header">
<div class="header-badge">WarEra.io · دليل المبتدئين</div>
<h1>أسرع خطة للتطوير<br>لكلاعب جديد من الصفر</h1>
<div class="header-divider">
<span class="sword-icon">⚔</span>
<span class="sword-icon">🛡</span>
<span class="sword-icon">⚔</span>
</div>
<div class="header-subtitle">خطة استراتيجية مجربة · من لاعب لآخر</div>
</div>
<!-- TIP -->
<div class="tip-card">
<p>
اهتم بمهامك <span class="highlight">اليومية والأسبوعية</span> فقط لترقية مستواك أكثر ·
بعد كل مستوى يعطوك خيارات لتطوير مهاراتك ·
<span class="highlight">لا تهتم بمهارات الحرب</span> — كل ما يهمك المهارات الاقتصادية فقط
</p>
</div>
<div class="badge-row">
<div class="badge">⏱ الأسبوع الأول</div>
<div class="badge">💰 الأسبوع الثاني</div>
<div class="badge">🏭 الأسبوع الثالث والرابع</div>
</div>
<!-- PHASE 1 -->
<div class="phase">
<div class="phase-header">
<div class="phase-number">١</div>
<div class="phase-title-block">
<div class="phase-label">Phase One</div>
<div class="phase-title">الأسبوع الأول — بناء الأساس</div>
</div>
</div>
<div class="phase-body">
<ul class="task-list">
<li>ركّز على إتمام <span class="highlight">المهام اليومية والأسبوعية</span> باستمرار لرفع مستواك بسرعة</li>
<li>في كل مرة ترقّى، استثمر نقاط المهارة في <span class="highlight">المهارات الاقتصادية حصراً</span></li>
<li>تجاهل مهارات الحرب تماماً في هذه المرحلة</li>
</ul>
<div class="progress-section">
<div class="progress-label">الأولويات</div>
<div class="progress-row">
<span class="progress-name">المهام اليومية</span>
<div class="progress-bar"><div class="progress-fill" style="width:95%"></div></div>
</div>
<div class="progress-row">
<span class="progress-name">مهارات اقتصادية</span>
<div class="progress-bar"><div class="progress-fill" style="width:100%"></div></div>
</div>
<div class="progress-row">
<span class="progress-name">مهارات الحرب</span>
<div class="progress-bar"><div class="progress-fill red" style="width:0%"></div></div>
</div>
</div>
</div>
</div>
<div class="connector"><span class="connector-icon">▼</span></div>
<!-- PHASE 2 -->
<div class="phase">
<div class="phase-header">
<div class="phase-number">٢</div>
<div class="phase-title-block">
<div class="phase-label">Phase Two</div>
<div class="phase-title">الأسبوع الثاني — إدارة السيولة</div>
</div>
</div>
<div class="phase-body">
<ul class="task-list">
<li>تحذير: <span class="highlight">السيولة ستكون ضعيفة جداً</span> في هذه المرحلة وكل شيء بحساب</li>
<li>
في <span class="highlight">المستوى السابع</span>، يُفتح لك السوق — تصرّف بحكمة:
<ul class="task-list sub-list">
<li>بِع كل ما تملك ولا تحتاجه</li>
<li>ملابس · أحذية · أي حاجة زائدة → السوق</li>
</ul>
</li>
<li>تعلّم قوانين اللعبة جيداً — يجب أن تمتلك <span class="highlight">شركتين على الأقل</span></li>
<li>ركّز على <span class="highlight">طور التشغيل الآلي للشركات فقط</span> — ليس لديك عمال حتى تطوّر المخزن</li>
</ul>
</div>
</div>
<div class="connector"><span class="connector-icon">▼</span></div>
<!-- PHASE 3 -->
<div class="phase">
<div class="phase-header">
<div class="phase-number">٣</div>
<div class="phase-title-block">
<div class="phase-label">Phase Three</div>
<div class="phase-title">الأسبوع الثالث والرابع — التوسع</div>
</div>
</div>
<div class="phase-body">
<ul class="task-list">
<li>الخطة مجربة رغم قِلّة الخبرة — <span class="highlight">امشِ عليها خطوة بخطوة:</span></li>
<li>
<span class="highlight">المرحلة 1:</span> شركتان — طوّرهما حتى <span class="highlight">المستوى 4</span>
</li>
<li>
<span class="highlight">المرحلة 2:</span> 3 شركات — طوّرهم حتى <span class="highlight">المستوى 5</span>
</li>
<li>
<span class="highlight">المرحلة 3:</span> من 4 إلى 5 شركات — طوّرهم حتى <span class="highlight">المستوى 6</span>
</li>
<li>بمجرد الوصول إلى <span class="highlight">التشغيل الآلي (المستوى 6)</span> → كمّل طور التخزين إلى المستوى 2 أو 3</li>
<li>في هذه اللحظة تقدر تجيب <span class="highlight">موظفين وتواصل إلى 12 شركة</span></li>
<li>اوصل إلى <span class="highlight">مستوى تشغيل 7</span> وتختم أم اللعبة! 🏆</li>
</ul>
<div class="progress-section">
<div class="progress-label">تطور الشركات</div>
<div class="progress-row">
<span class="progress-name">المرحلة 1</span>
<div class="progress-bar"><div class="progress-fill" style="width:35%"></div></div>
</div>
<div class="progress-row">
<span class="progress-name">المرحلة 2</span>
<div class="progress-bar"><div class="progress-fill" style="width:55%"></div></div>
</div>
<div class="progress-row">
<span class="progress-name">المرحلة 3</span>
<div class="progress-bar"><div class="progress-fill" style="width:75%"></div></div>
</div>
<div class="progress-row">
<span class="progress-name">النهاية</span>
<div class="progress-bar"><div class="progress-fill" style="width:100%"></div></div>
</div>
</div>
</div>
</div>
<!-- CTA -->
<div class="cta-box">
<div class="cta-question">⚔ في أي مرحلة وصلت؟ هل استفدت؟ ⚔</div>
<div class="cta-sub">شارك تجربتك مع اللاعبين الآخرين</div>
</div>
<div class="footer">WAR ERA · STRATEGY GUIDE · للاعبين الجدد</div>
</div>
</body>
</html>