/* تنظیمات عمومی */
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: white;
    text-align: center;
    padding: 20px;
    direction: rtl;
}

/* استایل محتوای اصلی */
.container {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    width: 90%;
    max-width: 600px;
    box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.2);
}

/* ایموجی خوش آمدگویی */
.welcome-emoji {
    font-size: 50px;
    margin-bottom: 10px;
}

/* استایل متن خوش آمدگویی */
h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffcc00;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
}

/* دکمه‌ها */
.buttons .btn, .channel-btn .btn {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover {
    background: #ffcc00;
}

/* باکس‌های اطلاعات */
.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.stat-box {
    background: rgba(255, 255, 255, 0.2);
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    min-width: 120px;
    text-align: center;
}

/* عدد آمار */
.number {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* متن پایین عدد */
.label {
    font-size: 14px;
}
