/* التوسيط واصلاح واجهة الدخول */
.eol-app-wrapper { display: flex; justify-content: center; padding: 40px 15px; width: 100%; }
.eol-login-card { max-width: 400px; width: 100%; padding: 30px; background: #fff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); text-align: center; }

.eol-otp-grid { display: flex !important; justify-content: center; gap: 8px; margin: 25px 0; direction: ltr !important; }
.otp-field { width: 42px !important; height: 50px !important; text-align: center; font-size: 22px; border: 2px solid #eee; border-radius: 10px; padding: 0 !important; }

/* Welcome Screen - توسيط كامل */
.eol-welcome-screen { text-align: center; padding: 50px 20px; background: #fff; border-radius: 20px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.eol-user-avatar { font-size: 45px; background: #f8f9fa; width: 85px; height: 85px; line-height: 85px; margin-bottom: 15px; border-radius: 50%; }
.eol-main-action-btn { border: none; padding: 15px 40px; border-radius: 50px; font-size: 16px; font-weight: bold; cursor: pointer; margin-top: 20px; outline: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }

/* Slide-up Sheet المطور بـ 60% */
.eol-sheet-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); opacity: 0; pointer-events: none; z-index: 10000; transition: 0.3s; }
.eol-sheet-overlay.active { opacity: 1; pointer-events: auto; }

.eol-sheet-container { 
    position: fixed; left: 0; right: 0; bottom: -100%; 
    background: #fff; z-index: 10001; 
    border-radius: 30px 30px 0 0; padding: 25px 20px; 
    transition: 0.5s cubic-bezier(0, 1, 0, 1); 
    height: 60vh; /* تم التعديل لـ 60% كما طلبت */
    text-align: center; 
}
.eol-sheet-container.active { bottom: 0; }

.eol-sheet-handle { width: 40px; height: 5px; background: #f0f0f0; border-radius: 10px; margin: -10px auto 15px; }

.eol-sheet-top-bar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid #f9f9f9; margin-bottom: 20px; }
.sheet-title { font-size: 17px; font-weight: bold; }
.sheet-close-x { font-size: 20px; color: #bbb; cursor: pointer; padding: 5px; }

.eol-sheet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.eol-grid-item { text-decoration: none; color: #333; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.eol-grid-icon { font-size: 22px; background: #f9f9f9; width: 55px; height: 55px; line-height: 55px; border-radius: 15px; }

.woocommerce-MyAccount-navigation { display: none !important; }
