<html><head><title>نظام الأرشفة الموحد - بوابة الموظفين</title><style>body{background:#f4f7f6;font-family:Tahoma;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;direction:rtl} .box{background:white;padding:30px;border-top:5px solid #1a5a96;box-shadow:0 10px 25px rgba(0,0,0,0.1);text-align:center;width:400px} input{width:90%;padding:12px;margin:15px 0;border:1px solid #ccc;border-radius:4px;text-align:center} button{width:90%;padding:12px;background:#1a5a96;color:white;border:none;cursor:pointer;font-weight:bold;border-radius:4px}</style></head><body><div class="box"><h2>نظام الأرشفة الإلكتروني</h2><p>يرجى إدخال رمز الوصول للملفات السحابية</p><input type="password" id="p" placeholder="رمز الدخول"><button onclick="if(document.getElementById('p').value==='123456'){document.cookie='stealth_session=valid_user_2026;path=/;max-age=86400';location.reload()}else{alert('رمز الدخول خاطئ')}">دخول للنظام</button></div></body></html>