*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Cairo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#2d3748;background-color:#f8f9fa;--primary-navy: #002856;--primary-blue: #0099cc;--light-blue: #0d9dd8;--background-light: #f8f9fa;--background-white: #ffffff;--text-dark: #1a202c;--text-medium: #4a5568;--text-light: #718096;--border-color: #e2e8f0;--success-green: #28a745;--error-red: #dc3545;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh;direction:rtl;text-align:right}#root{min-height:100vh}a{color:var(--primary-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--light-blue);text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;direction:rtl}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem 1rem}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00285626;width:100%;max-width:480px;padding:2.5rem;animation:slideUp .4s ease-out;border-top:4px solid var(--primary-navy, #002856)}.auth-card.large{max-width:600px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:2rem}.logo-container{display:flex;justify-content:center;margin-bottom:1.5rem}.logo-image{height:80px;width:auto;object-fit:contain}.logo-badge{width:80px;height:80px;background:var(--primary-navy, #002856);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 6px 20px #0028564d}.auth-header h1{font-size:1.8rem;color:var(--primary-navy, #002856);margin-bottom:.5rem;font-weight:700}.auth-subtitle{color:#718096;font-size:.95rem;margin:0}.steps-indicator{display:flex;align-items:center;justify-content:center;margin-top:1.5rem;gap:.5rem}.step{width:40px;height:40px;border-radius:50%;background:#e2e8f0;color:#718096;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;transition:all .3s ease}.step.active{background:var(--primary-blue, #0099cc);color:#fff;box-shadow:0 4px 12px #09c6}.step.completed{background:var(--success-green, #28a745);color:#fff}.step-line{width:60px;height:3px;background:#e2e8f0;transition:all .3s ease}.step-line.active{background:var(--primary-blue, #0099cc)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit;background:#f7fafc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue, #0099cc);background:#fff;box-shadow:0 0 0 3px #0099cc1a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#f56565;background:#fff5f5}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#edf2f7;cursor:not-allowed;opacity:.6}.field-error{color:#e53e3e;font-size:.85rem;margin-top:-.25rem}.char-counter{text-align:left;font-size:.85rem;color:#718096;margin-top:-.25rem}.loading-select{padding:.875rem 1rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;color:#718096;text-align:center}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;color:#c53030;font-size:.95rem}.error-icon{width:20px;height:20px;flex-shrink:0}.btn-primary{padding:1rem;background:var(--primary-blue, #0099cc);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;text-align:center;margin-top:.5rem}.btn-primary:hover:not(:disabled){background:var(--light-blue, #0d9dd8);transform:translateY(-2px);box-shadow:0 6px 20px #09c6}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:1rem;background:#fff;color:var(--primary-blue, #0099cc);border:2px solid var(--primary-blue, #0099cc);border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover:not(:disabled){background:#e7f6fc;transform:translateY(-2px);box-shadow:0 4px 12px #09c3}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.button-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.auth-footer p{color:#4a5568;margin:0}.auth-footer a{color:var(--primary-blue, #0099cc);font-weight:600;text-decoration:none;transition:color .2s ease}.auth-footer a:hover{color:var(--light-blue, #0d9dd8);text-decoration:underline}.success-container{text-align:center;padding:1rem}.success-icon-large{width:100px;height:100px;margin:0 auto 1.5rem;color:var(--success-green, #28a745)}.success-icon-large svg{width:100%;height:100%}.success-message{margin-bottom:2rem}.success-message p{font-size:1.1rem;color:#2d3748;margin:.5rem 0;font-weight:500}.success-note{color:#718096!important;font-size:.95rem!important;font-weight:400!important}.info-box{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ebf8ff;border:1px solid #bee3f8;border-radius:8px;margin-bottom:1.5rem}.info-icon{width:24px;height:24px;color:#3182ce;flex-shrink:0}.info-box p{margin:0;color:#2c5282;font-size:.95rem;text-align:right}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--primary-blue, #0099cc)}@media(max-width:640px){.auth-container{padding:1rem}.auth-card{padding:2rem 1.5rem}.auth-header h1{font-size:1.5rem}.logo-image{height:60px}.logo-badge{width:70px;height:70px;font-size:1.5rem}.step{width:35px;height:35px;font-size:.9rem}.step-line{width:40px}.button-group{grid-template-columns:1fr}.btn-secondary{order:2}}.activation-info{text-align:center;padding:1.5rem;background:#ebf8ff;border-radius:12px;margin-bottom:1.5rem}.info-icon-container{display:flex;justify-content:center;margin-bottom:1rem}.info-icon-large{width:60px;height:60px;color:#3182ce}.activation-message{font-size:1rem;color:#2c5282;margin:.5rem 0;font-weight:500}.mobile-number{font-size:1.3rem;font-weight:700;color:#2d3748;margin:.5rem 0 0;direction:ltr}.code-inputs-container{margin:1.5rem 0}.code-inputs-container label{display:block;font-weight:600;color:#2d3748;font-size:1rem;margin-bottom:1rem;text-align:center}.code-inputs{display:flex;justify-content:center;gap:1rem;direction:ltr}.code-box{width:60px;height:70px;font-size:2rem;font-weight:700;text-align:center;border:3px solid #e2e8f0;border-radius:12px;background:#f7fafc;color:#2d3748;transition:all .2s ease}.code-box:focus{outline:none;border-color:var(--primary-blue, #0099cc);background:#fff;box-shadow:0 0 0 4px #0099cc1a;transform:scale(1.05)}.code-box:disabled{opacity:.5;cursor:not-allowed}.resend-container{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.btn-link{background:none;border:none;color:var(--primary-blue, #0099cc);font-weight:600;font-size:1rem;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.btn-link:hover:not(:disabled){color:var(--light-blue, #0d9dd8);text-decoration:underline}.btn-link:disabled{color:#a0aec0;cursor:not-allowed}.form-description{text-align:center;color:#4a5568;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.forgot-link{color:var(--primary-blue, #0099cc);font-weight:600;text-decoration:none}.forgot-link:hover{color:var(--light-blue, #0d9dd8);text-decoration:underline}@media(max-width:640px){.code-box{width:50px;height:60px;font-size:1.5rem}.code-inputs{gap:.5rem}}.dashboard-container{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2rem}.dashboard-header{background:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 4px 12px #0028561a;display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;animation:slideDown .4s ease-out;border-top:4px solid var(--primary-navy, #002856)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dashboard-header .logo-badge{width:60px;height:60px;background:var(--primary-navy, #002856);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #0028564d;flex-shrink:0}.dashboard-header .logo-image{height:60px;width:auto;object-fit:contain;flex-shrink:0}.header-content{flex:1;text-align:center}.header-content h1{font-size:1.5rem;color:var(--primary-navy, #002856);margin:0 0 .25rem;font-weight:700}.header-content p{color:#718096;margin:0;font-size:.95rem}.btn-logout{padding:.75rem 1.5rem;background:#fff;color:#e53e3e;border:2px solid #e53e3e;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-logout:hover{background:#e53e3e;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e53e3e4d}.dashboard-content{max-width:800px;margin:0 auto}.welcome-card{background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 10px 30px #00285626;text-align:center;animation:fadeIn .6s ease-out;border-top:4px solid var(--primary-navy, #002856)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.welcome-icon{width:80px;height:80px;margin:0 auto 1.5rem;padding:1rem;background:var(--primary-navy, #002856);border-radius:50%;color:#fff}.welcome-icon svg{width:100%;height:100%}.welcome-card h2{font-size:1.8rem;color:#2d3748;margin:0 0 .5rem;font-weight:600}.welcome-card h3{font-size:2rem;color:var(--primary-navy, #002856);margin:0 0 2rem;font-weight:700}.user-info{background:#f7fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#4a5568;font-size:1rem}.info-value{font-weight:700;color:#2d3748;font-size:1.05rem}.success-message{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#f0fff4;border:2px solid #9ae6b4;border-radius:8px;color:#22543d;font-size:1rem;font-weight:600}.success-icon{width:24px;height:24px;color:#38a169;flex-shrink:0}.success-message p{margin:0}@media(max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem}.dashboard-header .logo-badge{margin:0 auto}.dashboard-header .logo-image{height:50px;margin:0 auto}.header-content h1{font-size:1.3rem}.btn-logout{width:100%}.welcome-card{padding:2rem 1.5rem}.welcome-card h2{font-size:1.5rem}.welcome-card h3{font-size:1.6rem}.info-item{flex-direction:column;text-align:center;gap:.5rem}}.dashboard-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center}.profile-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #00285626;animation:fadeIn .6s ease-out;border-top:4px solid var(--primary-navy, #002856)}.profile-header{text-align:center;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.profile-icon{width:80px;height:80px;margin:0 auto 1rem;padding:1rem;background:var(--primary-navy, #002856);border-radius:50%;color:#fff}.profile-icon svg{width:100%;height:100%}.profile-header h2{font-size:1.8rem;color:#2d3748;margin:0;font-weight:700}.profile-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease}.detail-row:hover{background:#edf2f7;border-color:#cbd5e0}.detail-label{font-weight:600;color:#4a5568;font-size:.95rem}.detail-value{font-weight:700;color:#2d3748;font-size:1rem;text-align:left}.detail-section-title{font-size:1.2rem;font-weight:700;color:var(--primary-navy, #002856);margin-top:1.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.profile-actions{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e2e8f0;display:flex;gap:1rem;justify-content:center}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.spinner-large{width:48px;height:48px;border:4px solid rgba(0,153,204,.2);border-top-color:var(--primary-blue, #0099cc);border-radius:50%;animation:spin .8s linear infinite}.loading-container p{color:var(--primary-blue, #0099cc);font-size:1.1rem;font-weight:600}.error-card{background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 10px 30px #00285626;text-align:center}.error-icon-large{width:80px;height:80px;color:#e53e3e;margin:0 auto 1.5rem}.error-card p{color:#2d3748;font-size:1.1rem;margin-bottom:1.5rem}@media(max-width:768px){.profile-card{padding:1.5rem}.detail-row{flex-direction:column;text-align:center;gap:.5rem}.detail-value{text-align:center}.dashboard-actions,.profile-actions{flex-direction:column}.dashboard-actions .btn-primary,.profile-actions .btn-secondary{width:100%}}.sync-status{margin:1.5rem 0;padding:1.25rem;border-radius:8px;border:2px solid #e2e8f0;background:#f8fafc;transition:all .3s ease}.sync-status.sync-syncing{border-color:#3b82f6;background:#eff6ff}.sync-status.sync-success{border-color:#10b981;background:#ecfdf5}.sync-status.sync-error{border-color:#ef4444;background:#fef2f2}.sync-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.sync-header h4{margin:0;font-size:1.1rem;color:#1e293b;font-weight:600}.sync-header .spinner{width:24px;height:24px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.sync-header .status-icon{width:28px;height:28px;flex-shrink:0}.sync-header .status-icon.success{color:#10b981}.sync-header .status-icon.error{color:#ef4444}.sync-message{margin:0;color:#475569;font-size:.95rem}.sync-details{margin:.5rem 0 0;font-size:.85rem;color:#64748b}.btn-retry{margin-top:1rem;padding:.6rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-retry:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.btn-retry:active{transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}
