:root{--primary-color:#0084ff;--primary-hover:#0073e6;--secondary-color:#764ba2;--background-light:#f0f2f5;--text-primary:#050505;--text-secondary:#65676b;--border-color:#e4e6eb;--success-color:#31a24c;--danger-color:#e41e3f;--warning-color:#f7b928;--white:#fff;--shadow:0 2px 8px #0000001a;--shadow-lg:0 4px 20px #00000026;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-primary);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;font-family:Cairo,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.app-container{flex-direction:column;min-height:100vh;display:flex}.top-bar{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:var(--shadow);padding:8px 0}.top-bar-content{justify-content:space-between;align-items:center;display:flex}.welcome-message{opacity:.9;font-size:14px;font-weight:500}.main-container{flex:1;width:100%;max-width:1200px;margin:20px auto;padding:20px;animation:.5s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.main-container{padding:10px}.top-bar-content{text-align:center;flex-direction:column;gap:8px}}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.loading-spinner{border:4px solid #ffffff4d;border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}
.Navbar-module__O8Na-a__navbar{z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.Navbar-module__O8Na-a__logo:hover{color:#2563eb}.Navbar-module__O8Na-a__navLinks{gap:1.5rem;display:flex}.Navbar-module__O8Na-a__navLinks a{color:#374151;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__O8Na-a__navLinks a:hover{color:#2563eb}.Navbar-module__O8Na-a__authActions{gap:.75rem;display:flex}.Navbar-module__O8Na-a__btn-outline{color:#2563eb;cursor:pointer;background-color:#0000;border:1px solid #2563eb;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.Navbar-module__O8Na-a__btn-outline:hover{color:#fff;background-color:#2563eb}.Navbar-module__O8Na-a__btn-primary{color:#fff;cursor:pointer;background-color:#2563eb;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.Navbar-module__O8Na-a__btn-primary:hover{background-color:#1d4ed8}.Navbar-module__O8Na-a__btn-danger{color:#fff;cursor:pointer;background-color:#dc2626;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.Navbar-module__O8Na-a__btn-danger:hover{background-color:#b91c1c}@media (max-width:768px){.Navbar-module__O8Na-a__navbarContainer{flex-direction:column;align-items:flex-start;gap:1rem}.Navbar-module__O8Na-a__navLinks{flex-direction:column;gap:.75rem}.Navbar-module__O8Na-a__authActions{justify-content:flex-start;width:100%}}.Navbar-module__O8Na-a__navbar{z-index:1000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.Navbar-module__O8Na-a__navbarContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__O8Na-a__logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .3s}.Navbar-module__O8Na-a__logo:hover{opacity:.9}.Navbar-module__O8Na-a__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__O8Na-a__navLinks a{color:#fff;padding:.5rem 0;font-weight:500;text-decoration:none;transition:opacity .3s;position:relative}.Navbar-module__O8Na-a__navLinks a:hover{opacity:.9}.Navbar-module__O8Na-a__navLinks a:after{content:"";background:#fff;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Navbar-module__O8Na-a__navLinks a:hover:after{transform:scaleX(1)}.Navbar-module__O8Na-a__adminLink{background:#fff3;border-radius:2rem;align-items:center;gap:.5rem;display:flex;padding:.5rem 1rem!important;transition:all .3s!important}.Navbar-module__O8Na-a__adminLink:hover{background:#ffffff4d;transform:translateY(-2px)}.Navbar-module__O8Na-a__adminLink svg{font-size:1.1rem}.Navbar-module__O8Na-a__authActions{align-items:center;gap:1rem;display:flex}.Navbar-module__O8Na-a__authActions .btn-outline{color:#fff;background:0 0;border:2px solid #fff;border-radius:2rem;padding:.5rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.Navbar-module__O8Na-a__authActions .btn-outline:hover{color:#667eea;background:#fff}.Navbar-module__O8Na-a__authActions .btn-primary{color:#667eea;background:#fff;border:none;border-radius:2rem;padding:.5rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.Navbar-module__O8Na-a__authActions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Navbar-module__O8Na-a__authActions .btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:2rem;padding:.5rem 1.5rem;font-weight:600;transition:all .3s}.Navbar-module__O8Na-a__authActions .btn-danger:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}@media (max-width:768px){.Navbar-module__O8Na-a__navbarContainer{flex-direction:column;gap:1rem;padding:1rem}.Navbar-module__O8Na-a__navLinks{flex-wrap:wrap;justify-content:center;gap:1rem}.Navbar-module__O8Na-a__authActions{justify-content:center;width:100%}}@media (max-width:480px){.Navbar-module__O8Na-a__navLinks{flex-direction:column;align-items:center}.Navbar-module__O8Na-a__authActions{flex-direction:column}.Navbar-module__O8Na-a__authActions a,.Navbar-module__O8Na-a__authActions button{text-align:center;width:100%}}
.Footer-module__yg9ahW__footer{color:#fff;text-align:center;background:#111827;margin-top:3rem;padding:2rem}.Footer-module__yg9ahW__footer-content{max-width:900px;margin:0 auto}.Footer-module__yg9ahW__footer p{opacity:.8;margin-top:1rem;font-size:.875rem}.Footer-module__yg9ahW__footer-links{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.Footer-module__yg9ahW__footer-links a{color:#d1d5db;transition:color var(--transition);text-decoration:none}.Footer-module__yg9ahW__footer-links a:hover{color:var(--color-primary)}
:root{--notif-primary:#3b82f6;--notif-primary-dark:#2563eb;--notif-primary-light:#60a5fa;--notif-success:#10b981;--notif-warning:#f59e0b;--notif-danger:#ef4444;--notif-bg:#1e293b;--notif-bg-hover:#2d3a4f;--notif-text:#f8fafc;--notif-text-secondary:#cbd5e1;--notif-text-muted:#94a3b8;--notif-border:#334155;--notif-shadow:0 10px 30px #0000004d;--notif-shadow-hover:0 15px 40px #3b82f633;--notif-transition:.3s ease}.NotificationBell-module__2d9VvW__container{display:inline-block;position:relative}.NotificationBell-module__2d9VvW__bellButton{cursor:pointer;transition:all var(--notif-transition);color:var(--notif-text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.NotificationBell-module__2d9VvW__bellButton:hover{color:var(--notif-text);background:#ffffff1a;transform:translateY(-2px)}.NotificationBell-module__2d9VvW__bellButton:active{transform:translateY(0)}.NotificationBell-module__2d9VvW__bellIcon{width:1.5rem;height:1.5rem;transition:all var(--notif-transition)}.NotificationBell-module__2d9VvW__bellButton:hover .NotificationBell-module__2d9VvW__bellIcon{transform:rotate(15deg)scale(1.1)}.NotificationBell-module__2d9VvW__badge{background:linear-gradient(135deg,var(--notif-danger),#dc2626);color:#fff;border:2px solid var(--notif-bg);border-radius:.6rem;justify-content:center;align-items:center;min-width:1.2rem;height:1.2rem;padding:0 .25rem;font-size:.7rem;font-weight:600;animation:2s infinite NotificationBell-module__2d9VvW__pulse;display:flex;position:absolute;top:0;right:0}@keyframes NotificationBell-module__2d9VvW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.NotificationBell-module__2d9VvW__dropdown{background:var(--notif-bg);width:360px;max-width:90vw;box-shadow:var(--notif-shadow);border:1px solid var(--notif-border);z-index:1000;border-radius:1rem;animation:.3s NotificationBell-module__2d9VvW__slideDown;position:absolute;top:calc(100% + .5rem);left:50%;overflow:hidden;transform:translate(-50%)}@keyframes NotificationBell-module__2d9VvW__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.NotificationBell-module__2d9VvW__header{border-bottom:1px solid var(--notif-border);background:linear-gradient(135deg,#2d3a4f,#1e293b);justify-content:space-between;align-items:center;padding:1rem;display:flex}.NotificationBell-module__2d9VvW__header h3{color:var(--notif-text);margin:0;font-size:1rem;font-weight:600}.NotificationBell-module__2d9VvW__markAllButton{border:1px solid var(--notif-border);color:var(--notif-text-secondary);cursor:pointer;transition:all var(--notif-transition);background:#ffffff1a;border-radius:1.5rem;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;display:flex}.NotificationBell-module__2d9VvW__markAllButton:hover{background:var(--notif-primary);color:#fff;border-color:var(--notif-primary);transform:translateY(-2px)}.NotificationBell-module__2d9VvW__markAllButton:active{transform:translateY(0)}.NotificationBell-module__2d9VvW__markAllButton svg{font-size:.8rem}.NotificationBell-module__2d9VvW__notificationList{max-height:400px;padding:.5rem;overflow-y:auto}.NotificationBell-module__2d9VvW__notificationList::-webkit-scrollbar{width:6px}.NotificationBell-module__2d9VvW__notificationList::-webkit-scrollbar-track{background:var(--notif-border);border-radius:3px}.NotificationBell-module__2d9VvW__notificationList::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--notif-primary),#8b5cf6);border-radius:3px}.NotificationBell-module__2d9VvW__notificationList::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--notif-primary-dark),#7c3aed)}.NotificationBell-module__2d9VvW__notificationItem{cursor:pointer;transition:all var(--notif-transition);border:1px solid #0000;border-radius:.75rem;align-items:flex-start;gap:.75rem;margin-bottom:.25rem;padding:.75rem;animation:.3s NotificationBell-module__2d9VvW__fadeIn;display:flex;position:relative}@keyframes NotificationBell-module__2d9VvW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.NotificationBell-module__2d9VvW__notificationItem:hover{background:var(--notif-bg-hover);border-color:var(--notif-primary);transform:translate(-4px);box-shadow:0 4px 10px #3b82f633}.NotificationBell-module__2d9VvW__notificationItem.NotificationBell-module__2d9VvW__unread{background:#3b82f61a;border-color:#3b82f64d}.NotificationBell-module__2d9VvW__notificationItem.NotificationBell-module__2d9VvW__unread:hover{background:#3b82f626}.NotificationBell-module__2d9VvW__avatar{width:2.5rem;height:2.5rem;transition:all var(--notif-transition);border:2px solid #0000;border-radius:50%;flex-shrink:0;overflow:hidden}.NotificationBell-module__2d9VvW__notificationItem:hover .NotificationBell-module__2d9VvW__avatar{border-color:var(--notif-primary);transform:scale(1.05)}.NotificationBell-module__2d9VvW__avatarImage{object-fit:cover;width:100%;height:100%}.NotificationBell-module__2d9VvW__avatarPlaceholder{background:linear-gradient(135deg,var(--notif-primary),#8b5cf6);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.NotificationBell-module__2d9VvW__content{flex:1;min-width:0}.NotificationBell-module__2d9VvW__message{color:var(--notif-text);word-wrap:break-word;margin-bottom:.25rem;font-size:.9rem;line-height:1.5}.NotificationBell-module__2d9VvW__message strong{color:var(--notif-primary);margin-left:.25rem;font-weight:600}.NotificationBell-module__2d9VvW__time{color:var(--notif-text-muted);font-size:.7rem;display:block}.NotificationBell-module__2d9VvW__unreadDot{background:var(--notif-primary);border-radius:50%;width:.5rem;height:.5rem;animation:2s infinite NotificationBell-module__2d9VvW__pulse;position:absolute;top:.75rem;right:.75rem;box-shadow:0 0 0 2px #3b82f64d}.NotificationBell-module__2d9VvW__loading,.NotificationBell-module__2d9VvW__empty{color:var(--notif-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}.NotificationBell-module__2d9VvW__spinner{border:3px solid var(--notif-border);border-top-color:var(--notif-primary);border-radius:50%;width:2rem;height:2rem;animation:1s linear infinite NotificationBell-module__2d9VvW__spin}@keyframes NotificationBell-module__2d9VvW__spin{to{transform:rotate(360deg)}}.NotificationBell-module__2d9VvW__emptyIcon{opacity:.5;font-size:2rem;animation:3s infinite NotificationBell-module__2d9VvW__float}@keyframes NotificationBell-module__2d9VvW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.NotificationBell-module__2d9VvW__empty p{color:var(--notif-text-muted);font-size:.9rem}.NotificationBell-module__2d9VvW__loadMoreButton{background:var(--notif-bg-hover);border:1px solid var(--notif-border);width:100%;color:var(--notif-text-secondary);cursor:pointer;transition:all var(--notif-transition);border-radius:.5rem;margin-top:.5rem;padding:.5rem;font-size:.8rem}.NotificationBell-module__2d9VvW__loadMoreButton:hover:not(:disabled){background:var(--notif-primary);color:#fff;border-color:var(--notif-primary);transform:translateY(-2px)}.NotificationBell-module__2d9VvW__loadMoreButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.NotificationBell-module__2d9VvW__dropdown{width:320px;left:auto;right:0;transform:none}@keyframes NotificationBell-module__2d9VvW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationBell-module__2d9VvW__notificationItem{padding:.5rem}.NotificationBell-module__2d9VvW__avatar{width:2rem;height:2rem}.NotificationBell-module__2d9VvW__message{font-size:.8rem}}@media (max-width:480px){.NotificationBell-module__2d9VvW__dropdown{width:280px}.NotificationBell-module__2d9VvW__header{padding:.75rem}.NotificationBell-module__2d9VvW__header h3{font-size:.9rem}.NotificationBell-module__2d9VvW__markAllButton{padding:.2rem .5rem;font-size:.7rem}.NotificationBell-module__2d9VvW__notificationItem{padding:.5rem}.NotificationBell-module__2d9VvW__avatar{width:1.75rem;height:1.75rem}.NotificationBell-module__2d9VvW__message{font-size:.75rem}.NotificationBell-module__2d9VvW__time{font-size:.6rem}.NotificationBell-module__2d9VvW__unreadDot{width:.4rem;height:.4rem}.NotificationBell-module__2d9VvW__emptyIcon{font-size:1.5rem}.NotificationBell-module__2d9VvW__empty p{font-size:.8rem}}@media (prefers-color-scheme:light){:root{--notif-bg:#fff;--notif-bg-hover:#f8fafc;--notif-text:#0f172a;--notif-text-secondary:#334155;--notif-text-muted:#64748b;--notif-border:#e2e8f0;--notif-shadow:0 10px 30px #0000001a}.NotificationBell-module__2d9VvW__bellButton{color:var(--notif-text-muted)}.NotificationBell-module__2d9VvW__bellButton:hover{color:var(--notif-primary);background:#f1f5f9}.NotificationBell-module__2d9VvW__header{background:linear-gradient(135deg,#f8fafc,#fff)}.NotificationBell-module__2d9VvW__markAllButton{background:#f1f5f9}.NotificationBell-module__2d9VvW__notificationItem:hover{background:#f8fafc}.NotificationBell-module__2d9VvW__notificationItem.NotificationBell-module__2d9VvW__unread{background:#3b82f60d}.NotificationBell-module__2d9VvW__loading,.NotificationBell-module__2d9VvW__empty{background:#fff}.NotificationBell-module__2d9VvW__loadMoreButton{background:#f1f5f9}}
