/* الإعدادات العامة */
body {
    margin: 0; padding: 0;
    background: #050505;
    color: white; 
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    direction: rtl;
    overflow-x: hidden;
}

/* حركة الخلفية - ثابتة وزووم فقط للصورة */
.bg-animation {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('ChatGPT_Image_19_2026_07_54_15_.webp') no-repeat center center fixed;
    background-size: cover;
    z-index: -2;
    animation: backgroundZoom 25s infinite alternate ease-in-out;
}

@keyframes backgroundZoom { 
    from { transform: scale(1); } 
    to { transform: scale(1.15); } 
}

.overlay { 
    background: radial-gradient(circle, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.95) 100%);
    min-height: 100vh; width: 100%; 
    position: fixed; top: 0; z-index: -1; 
}

/* شريط التنقل (النافبار) */
nav { 
    background: rgba(15, 15, 15, 0.98); 
    padding: 12px 50px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border-bottom: 2px solid #007bff; 
    position: sticky; 
    top: 0; 
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.nav-links { display: flex; gap: 25px; align-items: center; }
.nav-links a { 
    color: #bbb; 
    text-decoration: none; 
    font-weight: 600; 
    cursor: pointer; 
    transition: 0.3s; 
    font-size: 15px;
}
.nav-links a:hover { color: #007bff; transform: translateY(-2px); }

.apply-nav {
    background: #007bff;
    color: white !important;
    padding: 8px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
}

/* حاويات المحتوى */
.container { 
    max-width: 900px; 
    margin: 40px auto; 
    padding: 20px; 
    display: none; 
    position: relative; 
    z-index: 1; 
}
.active { display: block; animation: fadeIn 0.5s ease; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.card { 
    background: rgba(15, 15, 15, 0.9); 
    border: 1px solid #333; 
    padding: 35px; 
    border-radius: 20px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
}

/* تصميم الفورم والأسئلة */
.modern-form { display: flex; flex-direction: column; gap: 20px; margin-top: 25px; }

/* الخانتين اللي جنب بعض */
.input-row { 
    display: flex; 
    gap: 20px; 
}

.input-group { 
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    gap: 8px; 
}

.input-group label {
    font-size: 14px;
    color: #007bff;
    font-weight: bold;
    margin-right: 5px;
}

input, select, textarea { 
    width: 100%; 
    padding: 14px; 
    background: #111; 
    border: 1px solid #333; 
    color: white; 
    border-radius: 10px; 
    font-size: 15px;
    transition: 0.3s;
    box-sizing: border-box;
}
.form-input {
    padding: 14px;
    background: #111;
    border: 1px solid #333;
    color: white;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}
.form-input:focus {
    border-color: #1DA1F2;
    outline: none;
    box-shadow: 0 0 10px rgba(29, 161, 242, 0.2);
}
input:focus, textarea:focus, select:focus {
    border-color: #007bff;
    outline: none;
    background: #181818;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

/* الأزرار */
.btn-submit { 
    width: 100%; 
    padding: 16px; 
    background: linear-gradient(45deg, #007bff, #0056b3); 
    border: none; 
    color: white; 
    font-weight: bold; 
    font-size: 17px;
    cursor: pointer; 
    border-radius: 10px; 
    transition: 0.3s; 
    margin-top: 10px;
}

.btn-submit:hover { 
    transform: scale(1.02); 
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

/* تنسيق القوانين والستريمرز */
.rules-list { list-style: none; padding: 0; }
.rules-list li { 
    background: rgba(255,255,255,0.03); 
    margin-bottom: 10px; 
    padding: 12px; 
    border-right: 4px solid #ffcc00;
    border-radius: 5px;
}

.warning-box {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid #ff4444;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    color: #ff4444;
    margin-top: 20px;
}

.streamer-tag {
    background: #111;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    border: 1px dashed #007bff;
    font-size: 20px;
    color: #007bff;
    font-weight: bold;
}
/* تنسيق الرابط الأساسي */
.streamer-link {
    text-decoration: none; /* إزالة الخط تحت الكلام */
    color: #193f4e !important; /* تحويل اللون للأبيض */
    display: block; /* لجعل العنصر بأكمله قابل للضغط */
    margin-bottom: 10px;
}

/* تنسيق النص داخل التاج */
.streamer-tag {
    color: #0e4a5c; 
    font-size: 18px;
    padding: 15px;
    border: 1px dashed #333; /* الإطار المنقط كما في الصورة */
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
}

/* تأثير عند مرور الماوس */
.streamer-link:hover .streamer-tag {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #0c4055;
}