html{scroll-behavior:smooth}.nav-link.active{background:rgba(52,152,219,.1);color:#3498db!important;position:relative}.nav-link.active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#3498db}.modern-navbar{background:linear-gradient(to right,rgba(255,255,255,.95),rgba(255,255,255,.98));backdrop-filter:blur(10px);box-shadow:0 4px 30px rgba(0,0,0,.1);padding:.8rem 0;border-bottom:1px solid rgba(231,231,231,.8)}.nav-logo{height:40px;width:auto}.modern-toggler{border:0;padding:0;width:40px;height:40px;position:relative;background:transparent}.hamburger-icon{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.hamburger-icon span{display:block;width:24px;height:2px;background:#333;transition:all .3s ease}.navbar-nav{gap:1rem}.nav-link{display:flex;align-items:center;gap:8px;color:#2c3e50;font-weight:500;padding:.8rem 1.2rem;border-radius:8px;transition:all .3s ease}.nav-link i{font-size:1.1rem;color:#3498db}.nav-link:hover{background:rgba(52,152,219,.1);color:#3498db;transform:translateY(-2px)}.user-profile-section{position:relative;margin-left:1rem}.profile-trigger{display:flex;align-items:center;gap:1rem;padding:.5rem;border-radius:12px;background:rgba(52,152,219,.1);text-decoration:none;transition:all .3s ease}.profile-info{text-align:right}.user-name{display:block;color:#2c3e50;font-weight:600;font-size:.9rem}.user-role{display:block;color:#7f8c8d;font-size:.8rem}.profile-image{position:relative}.profile-image img{width:45px;height:45px;border-radius:12px;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.status-indicator{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;background:#2ecc71;border:2px solid #fff;border-radius:50%}.modern-dropdown{min-width:280px;padding:1rem;border:0;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);margin-top:1rem}.dropdown-header{padding:0 0 1rem 0;border-bottom:1px solid #eee}.header-profile{display:flex;align-items:center;gap:1rem}.header-profile img{width:50px;height:50px;border-radius:12px;object-fit:cover}.header-profile h6{margin:0;color:#2c3e50;font-weight:600}.header-profile span{color:#7f8c8d;font-size:.8rem}.dropdown-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;transition:all .3s ease;position:relative}.dropdown-item i{width:20px;text-align:center;font-size:1.1rem;color:#3498db}.item-description{position:absolute;right:1rem;font-size:.75rem;color:#95a5a6}.dropdown-item:hover{background:rgba(52,152,219,.1);transform:translateX(-5px)}.logout-item{color:#e74c3c}.logout-item i{color:#e74c3c}.auth-buttons{display:flex;gap:1rem}.btn-register,.btn-login{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:10px;font-weight:500;transition:all .3s ease}.btn-register{background:#3498db;color:#fff;border:0}.btn-register:hover{background:#2980b9;transform:translateY(-2px);color:#fff}.btn-login{border:2px solid #3498db;color:#3498db;background:transparent}.btn-login:hover{background:rgba(52,152,219,.1);transform:translateY(-2px)}@media(max-width:991px){.navbar-collapse{background:#fff;padding:1rem;border-radius:12px;margin-top:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.nav-link{padding:1rem}.auth-buttons{margin-top:1rem;width:100%}.btn-register,.btn-login{flex:1;justify-content:center}.user-profile-section{margin-top:1rem;width:100%}.profile-trigger{width:100%;justify-content:space-between}}[dir="rtl"] .modern-navbar{text-align:right}[dir="rtl"] .dropdown-menu{text-align:right}[dir="rtl"] .item-description{left:1rem;right:auto}