 .login-btn, .mobile-login-btn-header, .user-avatar, .mobile-dashboard-btn {}.user-avatar .dashboard-btn {display: flex;align-items: center;gap: 10px;padding: 8px 20px !important;background: #4f9ad1 !important;color: white !important;border-radius: 50px;text-decoration: none;font-weight: 600;font-size: 0.9rem !important;transition: all 0.3s ease;position: relative;border: none;white-space: nowrap;}.user-avatar .dashboard-btn:hover {background: #3c84f6 !important;transform: translateY(-1px);box-shadow: 0 4px 12px rgba(60, 132, 246, 0.3);}.user-avatar .avatar-img {width: 28px !important;height: 28px !important;border-radius: 50%;background: linear-gradient(135deg, #3c84f6, #1e88e5);color: white;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 0.8rem !important;}.user-avatar .logout-btn-icon {position: absolute;top: -4px;right: -4px;width: 20px;height: 20px;border-radius: 50%;background: #e74c3c;color: white;border: 2px solid white;font-size: 14px;line-height: 1;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.2s;opacity: 0;transform: scale(0.8);}.user-avatar .dashboard-btn:hover .logout-btn-icon {opacity: 1;transform: scale(1);}.user-avatar .logout-btn-icon:hover {background: #c0392b;transform: scale(1.1);}.mobile-dashboard-btn {display: flex !important;align-items: center !important;gap: 6px;padding: 6px 12px !important;background: #4f9ad1 !important;color: white !important;border-radius: 20px !important;text-decoration: none !important;font-size: 0.85rem !important;font-weight: 600 !important;transition: all 0.3s;order: 2 !important;}.mobile-dashboard-btn:hover {background: #3f8ac1 !important;}.mobile-dashboard-btn .avatar-img {width: 24px !important;height: 24px !important;border-radius: 50%;background: linear-gradient(135deg, #3c84f6, #1e88e5);color: white;display: flex;align-items: center;justify-content: center;font-size: 0.75rem !important;font-weight: bold;}@media (max-width: 768px) {.mobile-dashboard-btn {padding: 3px 8px 3px 4px !important;border-radius: 12px !important;font-size: 0.65rem !important;height: 26px !important;min-width: 90px;order: 2 !important;margin-left: auto !important;}.mobile-dashboard-btn .avatar-img {width: 20px !important;height: 20px !important;font-size: 0.6rem !important;}}
